From 27aff8adced634f1b8ba4a119f2889b1f0d4db94 Mon Sep 17 00:00:00 2001 From: kugel Date: Thu, 19 Feb 2009 17:43:19 +0000 Subject: [PATCH] Fix stupid typo... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20048 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/arm/as3525/debug-as3525.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/target/arm/as3525/debug-as3525.c b/firmware/target/arm/as3525/debug-as3525.c index 2ad2e1166..80f870236 100644 --- a/firmware/target/arm/as3525/debug-as3525.c +++ b/firmware/target/arm/as3525/debug-as3525.c @@ -34,7 +34,7 @@ /* FIXME: target tree is including ./debug-target.h rather than the one in * sansa-fuze/, even though deps contains the correct one * if I put the below into a sansa-fuze/debug-target.h, it doesn't work*/ -#if defined(SANSA_FUZE) && defined(SANSA_E200V2) +#if defined(SANSA_FUZE) || defined(SANSA_E200V2) #define DEBUG_DBOP short button_dbop_data(void); #endif -- 2.11.4.GIT