summaryrefslogtreecommitdiff
path: root/supervisor/shared
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2019-04-12 15:25:48 -0700
committerScott Shawcroft <scott@tannewt.org>2019-04-12 15:25:48 -0700
commit796fc3f5abd856848829fc58861c2a69d42c684f (patch)
tree34042b169e8f82fbdd63a4faf9eebeda7535f9dc /supervisor/shared
parenta123cdc5acf22543a82d861d08ee8ad8483f1605 (diff)
Update font location and shrink a bunch of builds
Diffstat (limited to 'supervisor/shared')
-rw-r--r--supervisor/shared/usb/usb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/supervisor/shared/usb/usb.c b/supervisor/shared/usb/usb.c
index 02a5da6c5..0678a3a3f 100644
--- a/supervisor/shared/usb/usb.c
+++ b/supervisor/shared/usb/usb.c
@@ -70,7 +70,9 @@ void usb_init(void) {
tud_cdc_set_wanted_char(CHAR_CTRL_C);
#endif
+#if CIRCUITPY_USB_MIDI
usb_midi_init();
+#endif
}
void usb_background(void) {