summaryrefslogtreecommitdiff
path: root/ports/nrf/mpconfigport.mk
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2019-03-29 16:41:29 -0400
committerGitHub <noreply@github.com>2019-03-29 16:41:29 -0400
commit0653bca3239e9e00ad744523188f181b315d479f (patch)
tree1d6154931764b9dba5588d4a9c67547253b27c0f /ports/nrf/mpconfigport.mk
parentaca74a5394a25ed5cd80bcb7d5050383681304c8 (diff)
Revert "Circuitpython nickzoic 1046 nrf rtc"
Diffstat (limited to 'ports/nrf/mpconfigport.mk')
-rw-r--r--ports/nrf/mpconfigport.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/nrf/mpconfigport.mk b/ports/nrf/mpconfigport.mk
index fdeb1bbbe..badfb6735 100644
--- a/ports/nrf/mpconfigport.mk
+++ b/ports/nrf/mpconfigport.mk
@@ -22,8 +22,8 @@ CIRCUITPY_I2CSLAVE = 0
# nvm not yet implemented
CIRCUITPY_NVM = 0
-# enable RTC
-CIRCUITPY_RTC = 1
+# rtc not yet implemented
+CIRCUITPY_RTC = 0
# frequencyio not yet implemented
CIRCUITPY_FREQUENCYIO = 0