diff options
| author | Nick Moore <nick@zoic.org> | 2019-02-07 23:50:14 +1100 |
|---|---|---|
| committer | Nick Moore <nick@zoic.org> | 2019-04-02 13:27:28 +1100 |
| commit | f846fa109ea20e74983fba7b7662f2bae9cc8fea (patch) | |
| tree | 5759656208b764277652f407e15003b9caeeff2e /ports/nrf/nrfx_config.h | |
| parent | f88f9fd7482092a33d0fdf8f666b6019b484561a (diff) | |
enable NRFX RTC adafruit/circuitpython#1046
Diffstat (limited to 'ports/nrf/nrfx_config.h')
| -rw-r--r-- | ports/nrf/nrfx_config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/nrf/nrfx_config.h b/ports/nrf/nrfx_config.h index 57a2727aa..b8a0a7f60 100644 --- a/ports/nrf/nrfx_config.h +++ b/ports/nrf/nrfx_config.h @@ -70,6 +70,9 @@ #define NRFX_PWM3_ENABLED 0 #endif +#define NRFX_RTC_ENABLED 1 +#define NRFX_RTC0_ENABLED 1 + // TIMERS #define NRFX_TIMER_ENABLED 1 // Don't enable TIMER0: it's used by the SoftDevice. |
