summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Moore <nick@zoic.org>2019-04-09 10:55:15 +1000
committerNick Moore <nick@zoic.org>2019-04-09 10:55:15 +1000
commit592bd0140a22b34daf44ad6d648ee0c642ab45de (patch)
tree09ae6c74db044a6d39d5cdf1a32e08110f7b3721
parent492431a694283345109bc29f478d13463aeb5661 (diff)
switch CIRCUITPY_NVM on!
-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..83166708a 100644
--- a/ports/nrf/mpconfigport.mk
+++ b/ports/nrf/mpconfigport.mk
@@ -19,8 +19,8 @@ CIRCUITPY_AUDIOBUSIO = 0
# No I2CSlave implementation
CIRCUITPY_I2CSLAVE = 0
-# nvm not yet implemented
-CIRCUITPY_NVM = 0
+# enable NVM
+CIRCUITPY_NVM = 1
# enable RTC
CIRCUITPY_RTC = 1