diff options
| -rw-r--r-- | firmware/export/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h index 1975e4b..adc03d5 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 */ |