summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index d005aae976..3a7328315b 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -721,7 +721,8 @@ Lyre prototype 1 */
721 721
722#if defined(HAVE_USBSTACK) || (CONFIG_CPU == JZ4732) \ 722#if defined(HAVE_USBSTACK) || (CONFIG_CPU == JZ4732) \
723 || (CONFIG_CPU == AS3525) || (CONFIG_CPU == AS3525v2) \ 723 || (CONFIG_CPU == AS3525) || (CONFIG_CPU == AS3525v2) \
724 || defined(CPU_S5L870X) || (CONFIG_CPU == S3C2440) 724 || defined(CPU_S5L870X) || (CONFIG_CPU == S3C2440) \
725 || defined(APPLICATION)
725#define HAVE_WAKEUP_OBJECTS 726#define HAVE_WAKEUP_OBJECTS
726#endif 727#endif
727 728