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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 8892600ece..d005aae976 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -901,6 +901,12 @@ Lyre prototype 1 */
901#endif 901#endif
902#endif /* HAVE_HEADPHONE_DETECTION */ 902#endif /* HAVE_HEADPHONE_DETECTION */
903 903
904#ifdef HAVE_TOUCHSCREEN
905/* Timeout objects required for kinetic list scrolling */
906#undef INCLUDE_TIMEOUT_API
907#define INCLUDE_TIMEOUT_API
908#endif /* HAVE_TOUCHSCREEN */
909
904#if defined(HAVE_USB_CHARGING_ENABLE) && defined(HAVE_USBSTACK) 910#if defined(HAVE_USB_CHARGING_ENABLE) && defined(HAVE_USBSTACK)
905/* USB charging support in the USB stack requires timeout objects */ 911/* USB charging support in the USB stack requires timeout objects */
906#ifndef INCLUDE_TIMEOUT_API 912#ifndef INCLUDE_TIMEOUT_API