summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/debug-as3525.c
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-02-19 17:43:19 +0000
committerThomas Martitz <kugel@rockbox.org>2009-02-19 17:43:19 +0000
commit28eb803f79348b11f49ed96156edaee0b9b52ae6 (patch)
tree0772cc8ae415df2b12cba08973d2b187f5c82a16 /firmware/target/arm/as3525/debug-as3525.c
parent2ee18b336ac5041bc2fc813268f53d0385ae298d (diff)
downloadrockbox-28eb803f79348b11f49ed96156edaee0b9b52ae6.tar.gz
rockbox-28eb803f79348b11f49ed96156edaee0b9b52ae6.zip
Fix stupid typo...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20048 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/as3525/debug-as3525.c')
-rw-r--r--firmware/target/arm/as3525/debug-as3525.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/as3525/debug-as3525.c b/firmware/target/arm/as3525/debug-as3525.c
index 2ad2e11664..80f8702360 100644
--- a/firmware/target/arm/as3525/debug-as3525.c
+++ b/firmware/target/arm/as3525/debug-as3525.c
@@ -34,7 +34,7 @@
34/* FIXME: target tree is including ./debug-target.h rather than the one in 34/* FIXME: target tree is including ./debug-target.h rather than the one in
35 * sansa-fuze/, even though deps contains the correct one 35 * sansa-fuze/, even though deps contains the correct one
36 * if I put the below into a sansa-fuze/debug-target.h, it doesn't work*/ 36 * if I put the below into a sansa-fuze/debug-target.h, it doesn't work*/
37#if defined(SANSA_FUZE) && defined(SANSA_E200V2) 37#if defined(SANSA_FUZE) || defined(SANSA_E200V2)
38#define DEBUG_DBOP 38#define DEBUG_DBOP
39short button_dbop_data(void); 39short button_dbop_data(void);
40#endif 40#endif