summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 5af75f51f0..e678590b44 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -882,6 +882,10 @@ Lyre prototype 1 */
882//#define USB_HAS_INTERRUPT -- seems to be broken 882//#define USB_HAS_INTERRUPT -- seems to be broken
883#endif /* CONFIG_USBOTG */ 883#endif /* CONFIG_USBOTG */
884 884
885#if CONFIG_USBOTG == USBOTG_ARC
886#define USB_HAS_ISOCHRONOUS
887#endif
888
885/* define the class drivers to enable */ 889/* define the class drivers to enable */
886#ifdef BOOTLOADER 890#ifdef BOOTLOADER
887 891