summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/wps_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/skin_engine/wps_debug.c')
-rw-r--r--apps/gui/skin_engine/wps_debug.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/gui/skin_engine/wps_debug.c b/apps/gui/skin_engine/wps_debug.c
index 523e2d62ce..db8aa7759e 100644
--- a/apps/gui/skin_engine/wps_debug.c
+++ b/apps/gui/skin_engine/wps_debug.c
@@ -431,6 +431,12 @@ static char *get_token_desc(struct wps_token *token, char *buf, int bufsize)
431 snprintf(buf, bufsize, "pitch value"); 431 snprintf(buf, bufsize, "pitch value");
432 break; 432 break;
433#endif 433#endif
434
435#if (CONFIG_LED == LED_VIRTUAL) || defined(HAVE_REMOTE_LCD)
436 case WPS_TOKEN_VLED_HDD:
437 snprintf(buf, bufsize, "display virtual HDD LED");
438 break;
439#endif
434 case WPS_VIEWPORT_ENABLE: 440 case WPS_VIEWPORT_ENABLE:
435 snprintf(buf, bufsize, "enable VP:%d", 441 snprintf(buf, bufsize, "enable VP:%d",
436 token->value.i); 442 token->value.i);