From 70ab3fca0d5bc9a2cffdef50db0b2fb152cb1892 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Mon, 9 Mar 2009 22:17:37 +0000 Subject: Onda VX747: * Fix warnings * Add fake battery level information to make sure Rockbox doesn't shutdown * Enable switching between touch modes by pressing (VOL_DOWN|VOL_UP) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20269 a1c6a512-1295-4272-9138-f99709370657 --- apps/debug_menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/debug_menu.c') diff --git a/apps/debug_menu.c b/apps/debug_menu.c index 3fc0363..5de1b91 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 + || CONFIG_CPU == IMX31L || CONFIG_CPU == AS3525 || defined(JZ4732) #include "debug-target.h" #endif -- cgit v1.1