From 592bd0140a22b34daf44ad6d648ee0c642ab45de Mon Sep 17 00:00:00 2001 From: Nick Moore Date: Tue, 9 Apr 2019 10:55:15 +1000 Subject: [PATCH] switch CIRCUITPY_NVM on! --- ports/nrf/mpconfigport.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ports/nrf/mpconfigport.mk b/ports/nrf/mpconfigport.mk index fdeb1bbbed..83166708a6 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