switch CIRCUITPY_NVM on!

This commit is contained in:
Nick Moore 2019-04-09 10:55:15 +10:00
parent 933500c448
commit 531cf7eb4c
1 changed files with 2 additions and 2 deletions

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