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
cd8f7b40b7
commit
6ecdc3885a
@ -175,7 +175,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef MICROPY_PY_TIME_TICKS
|
#ifndef MICROPY_PY_TIME_TICKS
|
||||||
#define MICROPY_PY_TIME_TICKS (0)
|
#define MICROPY_PY_TIME_TICKS (1)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define MICROPY_ENABLE_EMERGENCY_EXCEPTION_BUF (1)
|
#define MICROPY_ENABLE_EMERGENCY_EXCEPTION_BUF (1)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user