mirror of
https://github.com/micropython/micropython.git
synced 2026-01-10 05:57:16 +01:00
nrf: Enable nrf tick support on all boards by default.
Having time.ticks_ms/us/add/diff is very useful and used by many drivers, libraries and components.
This commit is contained in:
committed by
Damien George
parent
15574cd665
commit
59ed3bdd9f
@@ -175,7 +175,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef MICROPY_PY_TIME_TICKS
|
||||
#define MICROPY_PY_TIME_TICKS (0)
|
||||
#define MICROPY_PY_TIME_TICKS (1)
|
||||
#endif
|
||||
|
||||
#define MICROPY_ENABLE_EMERGENCY_EXCEPTION_BUF (1)
|
||||
|
||||
Reference in New Issue
Block a user