Skip to content

Commit 531cf7e

Browse files
committed
switch CIRCUITPY_NVM on!
1 parent 933500c commit 531cf7e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ports/nrf/mpconfigport.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ CIRCUITPY_AUDIOBUSIO = 0
1919
# No I2CSlave implementation
2020
CIRCUITPY_I2CSLAVE = 0
2121

22-
# nvm not yet implemented
23-
CIRCUITPY_NVM = 0
22+
# enable NVM
23+
CIRCUITPY_NVM = 1
2424

2525
# enable RTC
2626
CIRCUITPY_RTC = 1

0 commit comments

Comments
 (0)