Skip to content

Commit 88353f2

Browse files
authored
Update mpconfigport.mk
1 parent ced707e commit 88353f2

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
@@ -32,7 +32,7 @@ CIRCUITPY_COUNTIO = 0 # Use PWM interally
3232
CIRCUITPY_FREQUENCYIO = 0 # Use PWM interally
3333
CIRCUITPY_I2CPERIPHERAL = 0
3434
CIRCUITPY_NVM = 1
35-
CIRCUITPY_PULSEIO = 1 # Use PIO interally
35+
CIRCUITPY_PULSEIO = 1
3636
CIRCUITPY_ROTARYIO = 0 # Use PIO interally
3737
CIRCUITPY_WATCHDOG = 1
3838

0 commit comments

Comments
 (0)