summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 341985f9e7..cd4896f620 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -766,7 +766,7 @@ Lyre prototype 1 */
766#if defined(HAVE_USBSTACK) || (CONFIG_CPU == JZ4732) \ 766#if defined(HAVE_USBSTACK) || (CONFIG_CPU == JZ4732) \
767 || (CONFIG_CPU == AS3525) || (CONFIG_CPU == AS3525v2) \ 767 || (CONFIG_CPU == AS3525) || (CONFIG_CPU == AS3525v2) \
768 || defined(CPU_S5L870X) || (CONFIG_CPU == S3C2440) \ 768 || defined(CPU_S5L870X) || (CONFIG_CPU == S3C2440) \
769 || defined(APPLICATION) 769 || defined(APPLICATION) || (CONFIG_CPU == PP5002)
770#define HAVE_SEMAPHORE_OBJECTS 770#define HAVE_SEMAPHORE_OBJECTS
771#endif 771#endif
772 772