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 Amir Gonnen
parent cd8f7b40b7
commit 6ecdc3885a

View File

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