Update mpconfigport.mk

This commit is contained in:
DavePutz 2021-03-03 11:00:58 -06:00 committed by GitHub
parent ced707ed32
commit 88353f2f5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ CIRCUITPY_COUNTIO = 0 # Use PWM interally
CIRCUITPY_FREQUENCYIO = 0 # Use PWM interally
CIRCUITPY_I2CPERIPHERAL = 0
CIRCUITPY_NVM = 1
CIRCUITPY_PULSEIO = 1 # Use PIO interally
CIRCUITPY_PULSEIO = 1
CIRCUITPY_ROTARYIO = 0 # Use PIO interally
CIRCUITPY_WATCHDOG = 1