Skip to content

Commit 30d491e

Browse files
authored
Update mpconfigport.mk
1 parent 58fb7b9 commit 30d491e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/raspberrypi/mpconfigport.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ CIRCUITPY_PULSEIO = 1
3434
CIRCUITPY_COUNTIO = 0 # Use PWM interally
3535
CIRCUITPY_FREQUENCYIO = 0 # Use PWM interally
3636
CIRCUITPY_I2CPERIPHERAL = 0
37-
CIRCUITPY_NVM = 0
37+
CIRCUITPY_NVM = 1
3838
CIRCUITPY_ROTARYIO = 0 # Use PIO interally
3939
CIRCUITPY_WATCHDOG = 1
4040

0 commit comments

Comments
 (0)