summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/debug_menu.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 9f827e7b7b..0ffc85030e 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -88,10 +88,6 @@
88#endif 88#endif
89#include "hwcompat.h" 89#include "hwcompat.h"
90 90
91#if CONFIG_CPU == S3C2440
92#include "s3c2440.h"
93#endif
94
95#ifndef SIMULATOR 91#ifndef SIMULATOR
96static bool dbg_list(char *title, int count, int selection_size, 92static bool dbg_list(char *title, int count, int selection_size,
97 int (*action_callback)(int btn, struct gui_synclist *lists), 93 int (*action_callback)(int btn, struct gui_synclist *lists),
@@ -1139,7 +1135,7 @@ bool dbg_ports(void)
1139 } 1135 }
1140#elif CONFIG_CPU == S3C2440 1136#elif CONFIG_CPU == S3C2440
1141 char buf[128]; 1137 char buf[128];
1142 int line, fd; 1138 int line;
1143 1139
1144 lcd_setmargins(0, 0); 1140 lcd_setmargins(0, 0);
1145 lcd_clear_display(); 1141 lcd_clear_display();