diff options
| -rw-r--r-- | firmware/export/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h index 739a859..5af75f5 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -879,7 +879,7 @@ Lyre prototype 1 */ #define USB_HAS_BULK #elif CONFIG_USBOTG == USBOTG_S3C6400X #define USB_HAS_BULK -#define USB_HAS_INTERRUPT +//#define USB_HAS_INTERRUPT -- seems to be broken #endif /* CONFIG_USBOTG */ /* define the class drivers to enable */ |