diff options
Diffstat (limited to 'atmel-samd/tick.c')
| -rw-r--r-- | atmel-samd/tick.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atmel-samd/tick.c b/atmel-samd/tick.c index d779f7fdc..84893e3e2 100644 --- a/atmel-samd/tick.c +++ b/atmel-samd/tick.c @@ -7,7 +7,7 @@ // Global millisecond tick count volatile uint64_t ticks_ms = 0; -static struct tc_module ms_timer; +struct tc_module ms_timer; static void ms_tick(struct tc_module *const module_inst) { // SysTick interrupt handler called when the SysTick timer reaches zero |
