mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
alif/system_tick: Implement optional ARM SysTick support for systick.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
#if MICROPY_HW_SYSTEM_TICK_USE_LPTIMER
|
||||
extern uint64_t system_tick_source_hz;
|
||||
#else
|
||||
#elif MICROPY_HW_SYSTEM_TICK_USE_UTIMER
|
||||
extern uint64_t system_core_clock_mhz;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user