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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 0242045450..623ef8b4ff 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -902,6 +902,10 @@ Lyre prototype 1 */
902#define INCLUDE_TIMEOUT_API 902#define INCLUDE_TIMEOUT_API
903#define USB_DRIVER_CLOSE 903#define USB_DRIVER_CLOSE
904#endif 904#endif
905#if defined(HAVE_USBSTACK) && CONFIG_USBOTG == USBOTG_TNETV105
906#define INCLUDE_TIMEOUT_API
907#define USB_DRIVER_CLOSE
908#endif
905#endif 909#endif
906 910
907#else /* !BOOTLOADER */ 911#else /* !BOOTLOADER */