summaryrefslogtreecommitdiff
path: root/apps/debug_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/debug_menu.c')
-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);