diff options
Diffstat (limited to 'src/stm32f1/timer.c')
-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 e9b96b0a..99eb751f 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). -uint32_t +inline uint32_t timer_read_time(void) { uint32_t th = readl(&timer_high); |