summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index cf75d67aa5..1f29a4f207 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -489,4 +489,11 @@
489 489
490#endif /* NUM_CORES */ 490#endif /* NUM_CORES */
491 491
492#ifdef HAVE_HEADPHONE_DETECTION
493/* Timeout objects required if headphone detection is enabled */
494#ifndef INCLUDE_TIMEOUT_API
495#define INCLUDE_TIMEOUT_API
496#endif
497#endif /* HAVE_HEADPHONE_DETECTION */
498
492#endif /* __CONFIG_H__ */ 499#endif /* __CONFIG_H__ */