summaryrefslogtreecommitdiff
path: root/apps/debug_menu.c
diff options
context:
space:
mode:
authorMichael Giacomelli <giac2000@hotmail.com>2008-02-10 06:11:37 +0000
committerMichael Giacomelli <giac2000@hotmail.com>2008-02-10 06:11:37 +0000
commit14995ffee31454d35f8a2449559db4742cd8a835 (patch)
treed1049bd9481145e07d6a592a2234d7dd018c71b3 /apps/debug_menu.c
parent46c0c3a4c42ec1307d7e4003732c5a04e2645f32 (diff)
downloadrockbox-14995ffee31454d35f8a2449559db4742cd8a835.zip
rockbox-14995ffee31454d35f8a2449559db4742cd8a835.tar.gz
rockbox-14995ffee31454d35f8a2449559db4742cd8a835.tar.bz2
rockbox-14995ffee31454d35f8a2449559db4742cd8a835.tar.xz
Try that again.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16261 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/debug_menu.c')
-rw-r--r--apps/debug_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 4a3d632..bcef48c 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -2380,7 +2380,7 @@ static const struct the_menu_item menuitems[] = {
#if CONFIG_CPU == SH7034 || defined(CPU_COLDFIRE) || defined(CPU_PP) || CONFIG_CPU == S3C2440
{ "View I/O ports", dbg_ports },
#endif
-#if CONFIG_RTC == RTC_PCF50605
+ #if (CONFIG_RTC == RTC_PCF50605) && !defined(SIMULATOR)
{ "View PCF registers", dbg_pcf },
#endif
#if defined(HAVE_TSC2100) && !defined(SIMULATOR)