summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/gui/wps_debug.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/gui/wps_debug.c b/apps/gui/wps_debug.c
index 4fa39dcf35..0f69c76938 100644
--- a/apps/gui/wps_debug.c
+++ b/apps/gui/wps_debug.c
@@ -441,6 +441,7 @@ static char *get_token_desc(struct wps_token *token, struct wps_data *data,
441 return buf; 441 return buf;
442} 442}
443 443
444#if defined(SIMULATOR) || defined(__PCTOOL__)
444static void dump_wps_tokens(struct wps_data *data) 445static void dump_wps_tokens(struct wps_data *data)
445{ 446{
446 struct wps_token *token; 447 struct wps_token *token;
@@ -558,6 +559,7 @@ static void print_wps_strings(struct wps_data *data)
558 DEBUGF("\n"); 559 DEBUGF("\n");
559 } 560 }
560} 561}
562#endif
561 563
562void print_debug_info(struct wps_data *data, int fail, int line) 564void print_debug_info(struct wps_data *data, int fail, int line)
563{ 565{