diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2018-08-20 18:04:35 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2018-08-20 18:04:35 -0700 |
| commit | 2b6b0ffcd249e2aaa2b5bef03d8bb67f0ba42245 (patch) | |
| tree | 65ad5e2b24aceb530356c53c73fa93645bcc524c | |
| parent | aeeb40e02c7f970fdbb7a04c89e02f5aee01b7c7 (diff) | |
Remove HID from hallowing so we have more room for other stuff.
| -rw-r--r-- | ports/atmel-samd/boards/hallowing_m0_express/mpconfigboard.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/atmel-samd/boards/hallowing_m0_express/mpconfigboard.mk b/ports/atmel-samd/boards/hallowing_m0_express/mpconfigboard.mk index 817d93943..da107a733 100644 --- a/ports/atmel-samd/boards/hallowing_m0_express/mpconfigboard.mk +++ b/ports/atmel-samd/boards/hallowing_m0_express/mpconfigboard.mk @@ -12,6 +12,5 @@ CHIP_FAMILY = samd21 # Include these Python libraries in firmware. FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_BusDevice -FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_HID FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_LIS3DH FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel |
