diff options
| author | Daniel Pollard <daniel@learnweaver.com> | 2020-05-05 16:15:57 +1000 |
|---|---|---|
| committer | Daniel Pollard <daniel@learnweaver.com> | 2020-05-05 16:15:57 +1000 |
| commit | f63ee9fb9b8c6f2e7f72bbaeede0315c545d4332 (patch) | |
| tree | d7bed937392475fee54a7ffbb540e2dff4a4a8e8 | |
| parent | d5c24b99b8860adc33ac95e3001b2bc53ce6055f (diff) | |
excluded countio from other smaller boards
| -rw-r--r-- | ports/atmel-samd/boards/xinabox_cs11/mpconfigboard.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/atmel-samd/boards/xinabox_cs11/mpconfigboard.mk b/ports/atmel-samd/boards/xinabox_cs11/mpconfigboard.mk index c1dbf514d..9309fdce0 100644 --- a/ports/atmel-samd/boards/xinabox_cs11/mpconfigboard.mk +++ b/ports/atmel-samd/boards/xinabox_cs11/mpconfigboard.mk @@ -23,6 +23,7 @@ CIRCUITPY_TOUCHIO_USE_NATIVE=0 CIRCUITPY_TOUCHIO=0 CIRCUITPY_USB_MIDI=0 CIRCUITPY_RTC=0 +CIRCUITPY_COUNTIO=0 # Include these Python libraries in firmware. FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_BusDevice |
