switch CIRCUITPY_NVM on!

This commit is contained in:
Nick Moore 2019-04-09 10:55:15 +10:00
parent 492431a694
commit 592bd0140a

View File

@ -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