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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 6465bdcb0e..a640a47b9c 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -926,6 +926,9 @@ Lyre prototype 1 */
926#define INCLUDE_TIMEOUT_API 926#define INCLUDE_TIMEOUT_API
927#define USB_DRIVER_CLOSE 927#define USB_DRIVER_CLOSE
928#endif 928#endif
929#if CONFIG_CPU == X1000
930#define USB_DRIVER_CLOSE
931#endif
929#endif 932#endif
930 933
931#else /* !BOOTLOADER */ 934#else /* !BOOTLOADER */