diff options
Diffstat (limited to 'atmel-samd/tick.h')
| -rw-r--r-- | atmel-samd/tick.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atmel-samd/tick.h b/atmel-samd/tick.h index db386aeb2..f842fd285 100644 --- a/atmel-samd/tick.h +++ b/atmel-samd/tick.h @@ -30,7 +30,7 @@ extern volatile uint64_t ticks_ms; -extern struct tc_module ms_timer; +extern struct timer_descriptor ms_timer; void tick_init(void); |
