summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/debug_menu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 9d2866fcf3..10df252468 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -87,6 +87,7 @@
87#include "ds2411.h" 87#include "ds2411.h"
88#endif 88#endif
89 89
90#ifndef SIMULATOR
90static bool dbg_list(char *title, int count, int selection_size, 91static bool dbg_list(char *title, int count, int selection_size,
91 int (*action_callback)(int btn, struct gui_synclist *lists), 92 int (*action_callback)(int btn, struct gui_synclist *lists),
92 char* (*dbg_getname)(int item, void * data, char *buffer)) 93 char* (*dbg_getname)(int item, void * data, char *buffer))
@@ -116,7 +117,7 @@ static bool dbg_list(char *title, int count, int selection_size,
116 action_signalscreenchange(); 117 action_signalscreenchange();
117 return false; 118 return false;
118} 119}
119 120#endif /* SIMULATOR */
120/*---------------------------------------------------*/ 121/*---------------------------------------------------*/
121/* SPECIAL DEBUG STUFF */ 122/* SPECIAL DEBUG STUFF */
122/*---------------------------------------------------*/ 123/*---------------------------------------------------*/