We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6ebecc commit 58d6fe2Copy full SHA for 58d6fe2
1 file changed
ports/alif/mpconfigport.h
@@ -40,7 +40,11 @@
40
#if !defined(MICROPY_HW_SYSTEM_TICK_USE_SYSTICK) \
41
&& !defined(MICROPY_HW_SYSTEM_TICK_USE_LPTIMER) \
42
&& !defined(MICROPY_HW_SYSTEM_TICK_USE_UTIMER)
43
+#if CORE_M55_HP
44
#define MICROPY_HW_SYSTEM_TICK_USE_UTIMER (1)
45
+#else
46
+#define MICROPY_HW_SYSTEM_TICK_USE_SYSTICK (1)
47
+#endif
48
#endif
49
#if MICROPY_HW_SYSTEM_TICK_USE_SYSTICK
50
#define MICROPY_SOFT_TIMER_TICKS_MS system_tick_ms_counter
0 commit comments