Skip to content

Commit 9b96bae

Browse files
authored
Update mpconfigport.mk
1 parent 30d491e commit 9b96bae

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ports/raspberrypi/mpconfigport.mk

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,12 @@ CIRCUITPY_FULL_BUILD = 1
2727
CIRCUITPY_BITOPS = 1
2828
CIRCUITPY_PWMIO = 1
2929

30-
31-
CIRCUITPY_PULSEIO = 1
32-
3330
# Things that need to be implemented.
3431
CIRCUITPY_COUNTIO = 0 # Use PWM interally
3532
CIRCUITPY_FREQUENCYIO = 0 # Use PWM interally
3633
CIRCUITPY_I2CPERIPHERAL = 0
3734
CIRCUITPY_NVM = 1
35+
CIRCUITPY_PULSEIO = 1 # Use PIO interally
3836
CIRCUITPY_ROTARYIO = 0 # Use PIO interally
3937
CIRCUITPY_WATCHDOG = 1
4038

0 commit comments

Comments
 (0)