summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2021-03-05 12:59:55 -0600
committerJeff Epler <jepler@gmail.com>2021-03-05 12:59:55 -0600
commitcd1f19020fefd024c4aeef6a26ea61a11c26ab27 (patch)
tree2fb78c6f45b43474cbe4af1933e948021f12f912
parent2ae1e7de61485bc9167996a63c32bf7b14c4c80c (diff)
raspberrypi: move landmine Makefile comments
-rw-r--r--ports/raspberrypi/mpconfigport.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/ports/raspberrypi/mpconfigport.mk b/ports/raspberrypi/mpconfigport.mk
index 00aae80a0..03de6ce5e 100644
--- a/ports/raspberrypi/mpconfigport.mk
+++ b/ports/raspberrypi/mpconfigport.mk
@@ -31,11 +31,12 @@ CIRCUITPY_RGBMATRIX = 1
CIRCUITPY_ROTARYIO = 1
# Things that need to be implemented.
-# (Remember to remove any comment when changing a 0 to a 1, make gets confused otherwise)
-CIRCUITPY_FREQUENCYIO = 0 # Use PWM interally
+# Use PWM interally
+CIRCUITPY_FREQUENCYIO = 0
CIRCUITPY_I2CPERIPHERAL = 0
CIRCUITPY_NVM = 1
-CIRCUITPY_PULSEIO = 0 # Use PIO interally
+# Use PIO interally
+CIRCUITPY_PULSEIO = 0
CIRCUITPY_WATCHDOG = 1
# Audio via PWM