diff options
-rw-r--r-- | apps/debug_menu.c | 3 |
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 @@ #include "ds2411.h" #endif +#ifndef SIMULATOR static bool dbg_list(char *title, int count, int selection_size, int (*action_callback)(int btn, struct gui_synclist *lists), char* (*dbg_getname)(int item, void * data, char *buffer)) @@ -116,7 +117,7 @@ static bool dbg_list(char *title, int count, int selection_size, action_signalscreenchange(); return false; } - +#endif /* SIMULATOR */ /*---------------------------------------------------*/ /* SPECIAL DEBUG STUFF */ /*---------------------------------------------------*/ |