diff options
Diffstat (limited to 'chip/stm32/hwtimer.c')
-rw-r--r-- | chip/stm32/hwtimer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chip/stm32/hwtimer.c b/chip/stm32/hwtimer.c index 652e822f09..2c96cd7b7f 100644 --- a/chip/stm32/hwtimer.c +++ b/chip/stm32/hwtimer.c @@ -5,6 +5,7 @@ /* Hardware timers driver */ +#include "builtin/assert.h" #include "clock.h" #include "clock-f.h" #include "common.h" |