Changeset b8a0a496 in rtems
- Timestamp:
- 04/08/19 09:59:29 (4 years ago)
- Branches:
- 5, master
- Children:
- e0dcf294
- Parents:
- 2c09b71f
- git-author:
- Sebastian Huber <sebastian.huber@…> (04/08/19 09:59:29)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (04/09/19 05:31:25)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bsps/arm/include/bsp/clock-armv7m.h
r2c09b71f rb8a0a496 60 60 61 61 if ((systick->csr & ARMV7M_SYSTICK_CSR_COUNTFLAG) != 0) { 62 counter = systick->cvr; 62 63 ticks += interval; 63 64 tc->ticks = ticks;
Note: See TracChangeset
for help on using the changeset viewer.