summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavePutz <dwputz@gmail.com>2021-03-02 21:27:46 -0600
committerGitHub <noreply@github.com>2021-03-02 21:27:46 -0600
commit58fb7b9b327fa2532a123df9660669a0385f0b30 (patch)
treec6fb73fbc7c371d916d0c88e130e285e4266066f
parent6046d37f31c85ab90e3073c3a9ba5ec185082667 (diff)
Update mpconfigport.mk to get builds working
-rw-r--r--ports/raspberrypi/mpconfigport.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/raspberrypi/mpconfigport.mk b/ports/raspberrypi/mpconfigport.mk
index 6f411387f..63a58b5a1 100644
--- a/ports/raspberrypi/mpconfigport.mk
+++ b/ports/raspberrypi/mpconfigport.mk
@@ -26,6 +26,8 @@ endif
CIRCUITPY_FULL_BUILD = 1
CIRCUITPY_BITOPS = 1
CIRCUITPY_PWMIO = 1
+
+
CIRCUITPY_PULSEIO = 1
# Things that need to be implemented.