Skip to content

Commit

Permalink
nrf/boards/pca10090: Enable RTCounter machine module.
Browse files Browse the repository at this point in the history
Resolves dependancies for MICROPY_PY_TIME_TICKS which
requires to link against nrfx_rtc.c functions. Setting
MICROPY_PY_MACHINE_RTCOUNTER to 1.
  • Loading branch information
glennrub committed Jul 9, 2020
1 parent eb3590b commit 0910480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/nrf/boards/pca10090/mpconfigboard.h
Expand Up @@ -34,7 +34,7 @@
#define MICROPY_PY_MACHINE_HW_PWM (0)
#define MICROPY_PY_MACHINE_HW_SPI (1)
#define MICROPY_PY_MACHINE_TIMER (0)
#define MICROPY_PY_MACHINE_RTCOUNTER (0)
#define MICROPY_PY_MACHINE_RTCOUNTER (1)
#define MICROPY_PY_MACHINE_I2C (1)
#define MICROPY_PY_MACHINE_ADC (0)
#define MICROPY_PY_MACHINE_TEMP (0)
Expand Down

0 comments on commit 0910480

Please sign in to comment.