Skip to content

Commit 9b8df90

Browse files
committed
ports/nrf: enable time tick support.
1 parent 227401b commit 9b8df90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ports/nrf/mpconfigport.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,14 +175,14 @@
175175
#endif
176176

177177
#ifndef MICROPY_PY_TIME_TICKS
178-
#define MICROPY_PY_TIME_TICKS (0)
178+
#define MICROPY_PY_TIME_TICKS (1)
179179
#endif
180180

181181
#ifndef MICROPY_PY_TIME_USE_RTC_BASE
182182
#define MICROPY_PY_TIME_USE_RTC_BASE (0)
183183
#endif
184184

185-
#ifndef MICROPY_PY_TIME_USE_TICKER_BASE
185+
#ifndef MICROPY_PY_TIME_USE_TICKER_BASE
186186
#define MICROPY_PY_TIME_USE_TICKER_BASE (1)
187187
#endif
188188

0 commit comments

Comments
 (0)