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 4d9636f..f5bc778 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -1062,7 +1062,7 @@ Lyre prototype 1 */ #if defined(HAVE_BOOTLOADER_USB_MODE) || \ defined(CREATIVE_ZVx) || defined(CPU_TCC77X) || defined(CPU_TCC780X) || \ CONFIG_USBOTG == USBOTG_JZ4740 || CONFIG_USBOTG == USBOTG_AS3525 || \ - CONFIG_USBOTG == USBOTG_S3C6400x + CONFIG_USBOTG == USBOTG_S3C6400X #define USB_ENABLE_STORAGE #endif |