diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/stm32f1/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stm32f1/timer.c b/src/stm32f1/timer.c index 99eb751f..cff9da6b 100644 --- a/src/stm32f1/timer.c +++ b/src/stm32f1/timer.c @@ -50,7 +50,7 @@ timer_kick(void) static uint32_t timer_high; // Return the current time (in absolute clock ticks). -inline uint32_t +__always_inline uint32_t timer_read_time(void) { uint32_t th = readl(&timer_high); |