diff options
| author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-03-09 22:17:37 +0000 |
|---|---|---|
| committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-03-09 22:17:37 +0000 |
| commit | 70ab3fca0d5bc9a2cffdef50db0b2fb152cb1892 (patch) | |
| tree | f2990213a230c884a5d4409d904b8b2867615584 /apps/debug_menu.c | |
| parent | b1983d21c2dc19c2c3aa4904bfaeabb3ca20092e (diff) | |
| download | rockbox-70ab3fca0d5bc9a2cffdef50db0b2fb152cb1892.zip rockbox-70ab3fca0d5bc9a2cffdef50db0b2fb152cb1892.tar.gz rockbox-70ab3fca0d5bc9a2cffdef50db0b2fb152cb1892.tar.bz2 rockbox-70ab3fca0d5bc9a2cffdef50db0b2fb152cb1892.tar.xz | |
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
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 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 |