summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 4d9636f3f9..f5bc7788d7 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -1062,7 +1062,7 @@ Lyre prototype 1 */
1062#if defined(HAVE_BOOTLOADER_USB_MODE) || \ 1062#if defined(HAVE_BOOTLOADER_USB_MODE) || \
1063 defined(CREATIVE_ZVx) || defined(CPU_TCC77X) || defined(CPU_TCC780X) || \ 1063 defined(CREATIVE_ZVx) || defined(CPU_TCC77X) || defined(CPU_TCC780X) || \
1064 CONFIG_USBOTG == USBOTG_JZ4740 || CONFIG_USBOTG == USBOTG_AS3525 || \ 1064 CONFIG_USBOTG == USBOTG_JZ4740 || CONFIG_USBOTG == USBOTG_AS3525 || \
1065 CONFIG_USBOTG == USBOTG_S3C6400x 1065 CONFIG_USBOTG == USBOTG_S3C6400X
1066#define USB_ENABLE_STORAGE 1066#define USB_ENABLE_STORAGE
1067#endif 1067#endif
1068 1068