From 74b7b3f1b07ad8c38c6f58f8a7540a183d4b7473 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Wed, 2 Mar 2011 09:07:30 +0000 Subject: Fix pretty colors from r29492 - PP5002 need sems too. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29493 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware') 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 */ #if defined(HAVE_USBSTACK) || (CONFIG_CPU == JZ4732) \ || (CONFIG_CPU == AS3525) || (CONFIG_CPU == AS3525v2) \ || defined(CPU_S5L870X) || (CONFIG_CPU == S3C2440) \ - || defined(APPLICATION) + || defined(APPLICATION) || (CONFIG_CPU == PP5002) #define HAVE_SEMAPHORE_OBJECTS #endif -- cgit v1.2.3