diff options
Diffstat (limited to 'atmel-samd/tick.h')
| -rw-r--r-- | atmel-samd/tick.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/atmel-samd/tick.h b/atmel-samd/tick.h index 68e099ba0..401d77652 100644 --- a/atmel-samd/tick.h +++ b/atmel-samd/tick.h @@ -30,6 +30,8 @@ extern volatile uint64_t ticks_ms; +extern struct tc_module ms_timer; + void tick_init(void); #endif // __MICROPY_INCLUDED_ATMEL_SAMD_TICK_H__ |
