summaryrefslogtreecommitdiff
path: root/ports/nrf/nrfx_config.h
diff options
context:
space:
mode:
authorNick Moore <nick@zoic.org>2019-02-07 23:50:14 +1100
committerNick Moore <nick@zoic.org>2019-04-02 13:27:28 +1100
commitf846fa109ea20e74983fba7b7662f2bae9cc8fea (patch)
tree5759656208b764277652f407e15003b9caeeff2e /ports/nrf/nrfx_config.h
parentf88f9fd7482092a33d0fdf8f666b6019b484561a (diff)
enable NRFX RTC adafruit/circuitpython#1046
Diffstat (limited to 'ports/nrf/nrfx_config.h')
-rw-r--r--ports/nrf/nrfx_config.h3
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.