diff --git a/firmware/export/config.h b/firmware/export/config.h index 1975e4b52a..adc03d54f8 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -857,6 +857,7 @@ Lyre prototype 1 */ #else /* BOOTLOADER */ +#ifndef SIMULATOR //#define USB_ENABLE_SERIAL #define USB_ENABLE_STORAGE @@ -865,6 +866,7 @@ Lyre prototype 1 */ #else #define USB_ENABLE_CHARGING_ONLY #endif +#endif #endif /* BOOTLOADER */