From 749a3ac9780fbcada4b4a245b634298427854775 Mon Sep 17 00:00:00 2001 From: Dan Halbert Date: Sat, 1 May 2021 23:22:52 -0400 Subject: [PATCH] remove pwmio from litex port --- ports/litex/mpconfigport.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/litex/mpconfigport.mk b/ports/litex/mpconfigport.mk index af6a94e64a..9fa8ec0575 100644 --- a/ports/litex/mpconfigport.mk +++ b/ports/litex/mpconfigport.mk @@ -28,6 +28,7 @@ CIRCUITPY_DISPLAYIO = 0 CIRCUITPY_FREQUENCYIO = 0 CIRCUITPY_I2CPERIPHERAL = 0 CIRCUITPY_NVM = 0 +CIRCUITPY_PWMIO = 0 CIRCUITPY_PULSEIO = 0 CIRCUITPY_ROTARYIO = 0 CIRCUITPY_RTC = 0