From 12375d1d3aa41f7d277a9af584c7b810b636ec95 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Wed, 2 Mar 2011 08:49:38 +0000 Subject: Merge functionality of wakeups and semaphores-- fewer APIs and object types. semaphore_wait takes a timeout now so codecs and plugins have to be made incompatible. Don't make semaphores for targets not using them. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29492 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'firmware/export/config.h') 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 */ #endif /* PLATFORM_NATIVE */ -#define HAVE_SEMAPHORE_OBJECTS - #ifdef HAVE_USBSTACK #if CONFIG_USBOTG == USBOTG_ARC #define USB_STATUS_BY_EVENT @@ -769,7 +767,7 @@ Lyre prototype 1 */ || (CONFIG_CPU == AS3525) || (CONFIG_CPU == AS3525v2) \ || defined(CPU_S5L870X) || (CONFIG_CPU == S3C2440) \ || defined(APPLICATION) -#define HAVE_WAKEUP_OBJECTS +#define HAVE_SEMAPHORE_OBJECTS #endif /*include support for crossfading - requires significant PCM buffer space*/ -- cgit v1.2.3