diff options
| author | DavePutz <dwputz@gmail.com> | 2021-03-03 11:00:58 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-03 11:00:58 -0600 |
| commit | 88353f2f5bbe86879bd38f89dc73f3317ce288af (patch) | |
| tree | 7f551efe7c04a10f73d12442572ad871cd9307b2 | |
| parent | ced707ed329e83749d3474ea6f391f03f5bd1bdf (diff) | |
Update mpconfigport.mk
| -rw-r--r-- | ports/raspberrypi/mpconfigport.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/raspberrypi/mpconfigport.mk b/ports/raspberrypi/mpconfigport.mk index 78aab307f..8bf31208f 100644 --- a/ports/raspberrypi/mpconfigport.mk +++ b/ports/raspberrypi/mpconfigport.mk @@ -32,7 +32,7 @@ CIRCUITPY_COUNTIO = 0 # Use PWM interally CIRCUITPY_FREQUENCYIO = 0 # Use PWM interally CIRCUITPY_I2CPERIPHERAL = 0 CIRCUITPY_NVM = 1 -CIRCUITPY_PULSEIO = 1 # Use PIO interally +CIRCUITPY_PULSEIO = 1 CIRCUITPY_ROTARYIO = 0 # Use PIO interally CIRCUITPY_WATCHDOG = 1 |
