diff options
| author | DavePutz <dwputz@gmail.com> | 2021-03-02 21:30:49 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-02 21:30:49 -0600 |
| commit | 30d491e136b0606ca6e38dd84869aab1e7f2f44f (patch) | |
| tree | 97ab2cf6db249a633b5f618f5044b4443a236291 | |
| parent | 58fb7b9b327fa2532a123df9660669a0385f0b30 (diff) | |
Update mpconfigport.mk
| -rw-r--r-- | ports/raspberrypi/mpconfigport.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/raspberrypi/mpconfigport.mk b/ports/raspberrypi/mpconfigport.mk index 63a58b5a1..f0ed852c0 100644 --- a/ports/raspberrypi/mpconfigport.mk +++ b/ports/raspberrypi/mpconfigport.mk @@ -34,7 +34,7 @@ CIRCUITPY_PULSEIO = 1 CIRCUITPY_COUNTIO = 0 # Use PWM interally CIRCUITPY_FREQUENCYIO = 0 # Use PWM interally CIRCUITPY_I2CPERIPHERAL = 0 -CIRCUITPY_NVM = 0 +CIRCUITPY_NVM = 1 CIRCUITPY_ROTARYIO = 0 # Use PIO interally CIRCUITPY_WATCHDOG = 1 |
