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:
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)
|
||||
|
Loading…
Reference in New Issue
Block a user