diff options
author | Steve Bavin <pondlife@pondlife.me> | 2007-02-05 13:08:08 +0000 |
---|---|---|
committer | Steve Bavin <pondlife@pondlife.me> | 2007-02-05 13:08:08 +0000 |
commit | 608e53d10f408dc4a433adb96e1567ef3ffa592a (patch) | |
tree | 4b053b2d2029fa03339a2421d157da71fb94ad61 /apps/debug_menu.c | |
parent | e332f4c2ead55cbc327e3e3f4de58f5bffb5d002 (diff) |
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
Diffstat (limited to 'apps/debug_menu.c')
-rw-r--r-- | apps/debug_menu.c | 10 |
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) lcd_puts(0, line++, buf); snprintf(buf, sizeof(buf), "GPIO1_ENABLE: %08x", gpio1_enable); lcd_puts(0, line++, buf); -#if defined(IRIVER_H300_SERIES) - snprintf(buf, sizeof(buf), "GPOOD0: %08x", (unsigned int)pcf50606_read(0x37)); - lcd_puts(0, line++, buf); - snprintf(buf, sizeof(buf), "GPOOD1: %08x", (unsigned int)pcf50606_read(0x38)); - lcd_puts(0, line++, buf); - snprintf(buf, sizeof(buf), "GPOOD2: %08x", (unsigned int)pcf50606_read(0x39)); - lcd_puts(0, line++, buf); - snprintf(buf, sizeof(buf), "GPOOD3: %08x", (unsigned int)pcf50606_read(0x3A)); - lcd_puts(0, line++, buf); -#endif adc_buttons = adc_read(ADC_BUTTONS); adc_remote = adc_read(ADC_REMOTE); |