cxd56: Disable HID and MIDI

These are already disabled via the USB_DEVICES setting, but the code is
included anyway.
This commit is contained in:
Jeff Epler 2020-06-15 15:18:11 -05:00
parent a9614bb964
commit 9d5ccccf7d

View File

@ -19,4 +19,6 @@ CIRCUITPY_NEOPIXEL_WRITE = 0
CIRCUITPY_NVM = 0
CIRCUITPY_ROTARYIO = 0
CIRCUITPY_TOUCHIO = 0
CIRCUITPY_USB_HID = 0
CIRCUITPY_USB_MIDI = 0
INTERNAL_LIBM = 1