From 608e53d10f408dc4a433adb96e1567ef3ffa592a Mon Sep 17 00:00:00 2001 From: Steve Bavin Date: Mon, 5 Feb 2007 13:08:08 +0000 Subject: 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 --- apps/debug_menu.c | 10 ---------- 1 file changed, 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); -- cgit v1.2.3