summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-03-09 22:32:10 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-03-09 22:32:10 +0000
commit70cce5c03b1016087368105595da511f168cda92 (patch)
treeffb647d452719d42d95db7c608e9b12e0038cda3
parentfa8128947880ca3a7a7c749040c3957cd9dd0e1a (diff)
downloadrockbox-70cce5c03b1016087368105595da511f168cda92.tar.gz
rockbox-70cce5c03b1016087368105595da511f168cda92.zip
Fix red.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20271 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/debug_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 5de1b91ef1..561be7c947 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -102,7 +102,7 @@
102#endif 102#endif
103 103
104#if CONFIG_CPU == DM320 || CONFIG_CPU == S3C2440 || CONFIG_CPU == TCC7801 \ 104#if CONFIG_CPU == DM320 || CONFIG_CPU == S3C2440 || CONFIG_CPU == TCC7801 \
105 || CONFIG_CPU == IMX31L || CONFIG_CPU == AS3525 || defined(JZ4732) 105 || CONFIG_CPU == IMX31L || CONFIG_CPU == AS3525 || CONFIG_CPU == JZ4732
106#include "debug-target.h" 106#include "debug-target.h"
107#endif 107#endif
108 108