diff options
| author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-03-09 22:32:10 +0000 |
|---|---|---|
| committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-03-09 22:32:10 +0000 |
| commit | 70cce5c03b1016087368105595da511f168cda92 (patch) | |
| tree | ffb647d452719d42d95db7c608e9b12e0038cda3 /apps/debug_menu.c | |
| parent | fa8128947880ca3a7a7c749040c3957cd9dd0e1a (diff) | |
| download | rockbox-70cce5c03b1016087368105595da511f168cda92.zip rockbox-70cce5c03b1016087368105595da511f168cda92.tar.gz rockbox-70cce5c03b1016087368105595da511f168cda92.tar.bz2 rockbox-70cce5c03b1016087368105595da511f168cda92.tar.xz | |
Fix red.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20271 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/debug_menu.c')
| -rw-r--r-- | apps/debug_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c index 5de1b91..561be7c 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -102,7 +102,7 @@ #endif #if CONFIG_CPU == DM320 || CONFIG_CPU == S3C2440 || CONFIG_CPU == TCC7801 \ - || CONFIG_CPU == IMX31L || CONFIG_CPU == AS3525 || defined(JZ4732) + || CONFIG_CPU == IMX31L || CONFIG_CPU == AS3525 || CONFIG_CPU == JZ4732 #include "debug-target.h" #endif |