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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index a640a47b9c..5cb89ed15a 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -1181,6 +1181,11 @@ Lyre prototype 1 */
1181#define INCLUDE_TIMEOUT_API 1181#define INCLUDE_TIMEOUT_API
1182#endif /* HAVE_USB_CHARGING_ENABLE && HAVE_USBSTACK */ 1182#endif /* HAVE_USB_CHARGING_ENABLE && HAVE_USBSTACK */
1183 1183
1184#if defined(USB_STATUS_BY_EVENT) && defined(HAVE_USBSTACK)
1185/* Status by event requires timeout for debouncing */
1186# define INCLUDE_TIMEOUT_API
1187#endif
1188
1184#ifndef SIMULATOR 1189#ifndef SIMULATOR
1185#if defined(HAVE_USBSTACK) || (CONFIG_STORAGE & STORAGE_NAND) || (CONFIG_STORAGE & STORAGE_RAMDISK) 1190#if defined(HAVE_USBSTACK) || (CONFIG_STORAGE & STORAGE_NAND) || (CONFIG_STORAGE & STORAGE_RAMDISK)
1186#define STORAGE_GET_INFO 1191#define STORAGE_GET_INFO