summaryrefslogtreecommitdiff
path: root/apps/gui/wps_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/wps_debug.c')
-rw-r--r--apps/gui/wps_debug.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/gui/wps_debug.c b/apps/gui/wps_debug.c
index ae542785ae..935384faba 100644
--- a/apps/gui/wps_debug.c
+++ b/apps/gui/wps_debug.c
@@ -148,7 +148,6 @@ static void dump_wps_tokens(struct wps_data *data)
148 snprintf(buf, sizeof(buf), "mode playback"); 148 snprintf(buf, sizeof(buf), "mode playback");
149 break; 149 break;
150 150
151#if CONFIG_RTC
152 case WPS_TOKEN_RTC_DAY_OF_MONTH: 151 case WPS_TOKEN_RTC_DAY_OF_MONTH:
153 snprintf(buf, sizeof(buf), "rtc: day of month (01..31)"); 152 snprintf(buf, sizeof(buf), "rtc: day of month (01..31)");
154 break; 153 break;
@@ -208,7 +207,6 @@ static void dump_wps_tokens(struct wps_data *data)
208 snprintf(buf, sizeof(buf), 207 snprintf(buf, sizeof(buf),
209 "rtc: day of week (0..6); 0 is Sunday"); 208 "rtc: day of week (0..6); 0 is Sunday");
210 break; 209 break;
211#endif
212 210
213#if (CONFIG_CODEC == SWCODEC) 211#if (CONFIG_CODEC == SWCODEC)
214 case WPS_TOKEN_CROSSFADE: 212 case WPS_TOKEN_CROSSFADE: