We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 227401b commit 9b8df90Copy full SHA for 9b8df90
ports/nrf/mpconfigport.h
@@ -175,14 +175,14 @@
175
#endif
176
177
#ifndef MICROPY_PY_TIME_TICKS
178
-#define MICROPY_PY_TIME_TICKS (0)
+#define MICROPY_PY_TIME_TICKS (1)
179
180
181
#ifndef MICROPY_PY_TIME_USE_RTC_BASE
182
#define MICROPY_PY_TIME_USE_RTC_BASE (0)
183
184
185
-#ifndef MICROPY_PY_TIME_USE_TICKER_BASE
+#ifndef MICROPY_PY_TIME_USE_TICKER_BASE
186
#define MICROPY_PY_TIME_USE_TICKER_BASE (1)
187
188
0 commit comments