From a43b0db3d10aeb04e78494074f90b553b1a8ae59 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Tue, 27 Jan 2009 11:05:38 +0000 Subject: Sansa AMS: Debug screen, shows GPIO and (on the fuze) DBOP input for now, to be extended git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19866 a1c6a512-1295-4272-9138-f99709370657 --- apps/debug_menu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/debug_menu.c b/apps/debug_menu.c index f613c0a18a..60f4761e94 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -2651,10 +2651,10 @@ static const struct the_menu_item menuitems[] = { { "Dump ROM contents", dbg_save_roms }, #endif #if CONFIG_CPU == SH7034 || defined(CPU_COLDFIRE) || defined(CPU_PP) \ - || CONFIG_CPU == S3C2440 || CONFIG_CPU == IMX31L + || CONFIG_CPU == S3C2440 || CONFIG_CPU == IMX31L || CONFIG_CPU == AS3525 { "View I/O ports", dbg_ports }, #endif - #if (CONFIG_RTC == RTC_PCF50605) && !defined(SIMULATOR) +#if (CONFIG_RTC == RTC_PCF50605) && !defined(SIMULATOR) { "View PCF registers", dbg_pcf }, #endif #if defined(HAVE_TSC2100) && !defined(SIMULATOR) -- cgit v1.2.3