summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/debug_menu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 72c8225476..479ca34995 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -1194,8 +1194,10 @@ bool dbg_ports(void)
1194 lcd_puts(0, line++, buf); 1194 lcd_puts(0, line++, buf);
1195 snprintf(buf, sizeof(buf), "DEV_INIT2: %08lx", DEV_INIT2); 1195 snprintf(buf, sizeof(buf), "DEV_INIT2: %08lx", DEV_INIT2);
1196 lcd_puts(0, line++, buf); 1196 lcd_puts(0, line++, buf);
1197#ifdef ADC_ACCESSORY
1197 snprintf(buf, sizeof(buf), "ACCESSORY: %d", adc_read(ADC_ACCESSORY)); 1198 snprintf(buf, sizeof(buf), "ACCESSORY: %d", adc_read(ADC_ACCESSORY));
1198 lcd_puts(0, line++, buf); 1199 lcd_puts(0, line++, buf);
1200#endif
1199 1201
1200#if defined(IRIVER_H10) || defined(IRIVER_H10_5GB) 1202#if defined(IRIVER_H10) || defined(IRIVER_H10_5GB)
1201 line++; 1203 line++;