summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Bavin <pondlife@pondlife.me>2007-02-05 13:08:08 +0000
committerSteve Bavin <pondlife@pondlife.me>2007-02-05 13:08:08 +0000
commit608e53d10f408dc4a433adb96e1567ef3ffa592a (patch)
tree4b053b2d2029fa03339a2421d157da71fb94ad61
parente332f4c2ead55cbc327e3e3f4de58f5bffb5d002 (diff)
downloadrockbox-608e53d10f408dc4a433adb96e1567ef3ffa592a.tar.gz
rockbox-608e53d10f408dc4a433adb96e1567ef3ffa592a.zip
Remove H300 GPOODx debugging; it was using the wrong port addresses anyway
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12206 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/debug_menu.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 1551b94439..98cbf13860 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -1062,16 +1062,6 @@ bool dbg_ports(void)
1062 lcd_puts(0, line++, buf); 1062 lcd_puts(0, line++, buf);
1063 snprintf(buf, sizeof(buf), "GPIO1_ENABLE: %08x", gpio1_enable); 1063 snprintf(buf, sizeof(buf), "GPIO1_ENABLE: %08x", gpio1_enable);
1064 lcd_puts(0, line++, buf); 1064 lcd_puts(0, line++, buf);
1065#if defined(IRIVER_H300_SERIES)
1066 snprintf(buf, sizeof(buf), "GPOOD0: %08x", (unsigned int)pcf50606_read(0x37));
1067 lcd_puts(0, line++, buf);
1068 snprintf(buf, sizeof(buf), "GPOOD1: %08x", (unsigned int)pcf50606_read(0x38));
1069 lcd_puts(0, line++, buf);
1070 snprintf(buf, sizeof(buf), "GPOOD2: %08x", (unsigned int)pcf50606_read(0x39));
1071 lcd_puts(0, line++, buf);
1072 snprintf(buf, sizeof(buf), "GPOOD3: %08x", (unsigned int)pcf50606_read(0x3A));
1073 lcd_puts(0, line++, buf);
1074#endif
1075 1065
1076 adc_buttons = adc_read(ADC_BUTTONS); 1066 adc_buttons = adc_read(ADC_BUTTONS);
1077 adc_remote = adc_read(ADC_REMOTE); 1067 adc_remote = adc_read(ADC_REMOTE);