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, 1 insertions, 3 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index d00958a71d..341985f9e7 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -741,8 +741,6 @@ Lyre prototype 1 */
741#endif /* PLATFORM_NATIVE */ 741#endif /* PLATFORM_NATIVE */
742 742
743 743
744#define HAVE_SEMAPHORE_OBJECTS
745
746#ifdef HAVE_USBSTACK 744#ifdef HAVE_USBSTACK
747#if CONFIG_USBOTG == USBOTG_ARC 745#if CONFIG_USBOTG == USBOTG_ARC
748#define USB_STATUS_BY_EVENT 746#define USB_STATUS_BY_EVENT
@@ -769,7 +767,7 @@ Lyre prototype 1 */
769 || (CONFIG_CPU == AS3525) || (CONFIG_CPU == AS3525v2) \ 767 || (CONFIG_CPU == AS3525) || (CONFIG_CPU == AS3525v2) \
770 || defined(CPU_S5L870X) || (CONFIG_CPU == S3C2440) \ 768 || defined(CPU_S5L870X) || (CONFIG_CPU == S3C2440) \
771 || defined(APPLICATION) 769 || defined(APPLICATION)
772#define HAVE_WAKEUP_OBJECTS 770#define HAVE_SEMAPHORE_OBJECTS
773#endif 771#endif
774 772
775/*include support for crossfading - requires significant PCM buffer space*/ 773/*include support for crossfading - requires significant PCM buffer space*/