From fd8746cf10435398e98cd671dda2e39a0bec19b2 Mon Sep 17 00:00:00 2001 From: Dirk Niggemann Date: Sun, 27 Oct 2019 10:22:30 +0000 Subject: [PATCH] Enable USB_HOST for T4 --- config.h | 1 - 1 file changed, 1 deletion(-) diff --git a/config.h b/config.h index b089fe7..d7b3fbb 100644 --- a/config.h +++ b/config.h @@ -219,7 +219,6 @@ #endif #if defined(__IMXRT1062__) //Teensy-4.0 -#undef MIDI_DEVICE_USB_HOST #undef MIDI_DEVICE_USB #define MAX_NOTES 16 #endif