From 70cce5c03b1016087368105595da511f168cda92 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Mon, 9 Mar 2009 22:32:10 +0000 Subject: Fix red. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20271 a1c6a512-1295-4272-9138-f99709370657 --- apps/debug_menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ #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 -- cgit v1.2.3