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:
Martin Fischer 2020-07-02 22:19:11 +02:00 committed by Damien George
parent 15574cd665
commit 59ed3bdd9f

View File

@ -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)