diff options
| author | Daniel Pollard <daniel@learnweaver.com> | 2020-05-05 15:23:38 +1000 |
|---|---|---|
| committer | Daniel Pollard <daniel@learnweaver.com> | 2020-05-05 15:23:38 +1000 |
| commit | bfa5cd9c13e308df5462653a53fe99eeb0543bc3 (patch) | |
| tree | 8655ba7f7a099f0705df220260ca0d1453d7e116 /ports/litex | |
| parent | 54eb6d39e467e99a214c4ff2b19d061182de4fd0 (diff) | |
refactor countio based on feedback
Diffstat (limited to 'ports/litex')
| -rw-r--r-- | ports/litex/mpconfigport.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/litex/mpconfigport.mk b/ports/litex/mpconfigport.mk index 0a82f4161..004930ba7 100644 --- a/ports/litex/mpconfigport.mk +++ b/ports/litex/mpconfigport.mk @@ -25,7 +25,7 @@ CIRCUITPY_NVM = 0 CIRCUITPY_PULSEIO = 0 CIRCUITPY_ROTARYIO = 0 CIRCUITPY_RTC = 0 - +CIRCUITPY_COUNTIO = 0 # Enable USB support CIRCUITPY_USB_HID = 1 CIRCUITPY_USB_MIDI = 1 |
