Skip to content

Commit cd1f190

Browse files
committed
raspberrypi: move landmine Makefile comments
1 parent 2ae1e7d commit cd1f190

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

ports/raspberrypi/mpconfigport.mk

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,12 @@ CIRCUITPY_RGBMATRIX = 1
3131
CIRCUITPY_ROTARYIO = 1
3232

3333
# Things that need to be implemented.
34-
# (Remember to remove any comment when changing a 0 to a 1, make gets confused otherwise)
35-
CIRCUITPY_FREQUENCYIO = 0 # Use PWM interally
34+
# Use PWM interally
35+
CIRCUITPY_FREQUENCYIO = 0
3636
CIRCUITPY_I2CPERIPHERAL = 0
3737
CIRCUITPY_NVM = 1
38-
CIRCUITPY_PULSEIO = 0 # Use PIO interally
38+
# Use PIO interally
39+
CIRCUITPY_PULSEIO = 0
3940
CIRCUITPY_WATCHDOG = 1
4041

4142
# Audio via PWM

0 commit comments

Comments
 (0)