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, 2 insertions, 0 deletions
diff --git a/apps/gui/wps_debug.c b/apps/gui/wps_debug.c
index 9443f23730..d0e0f32030 100644
--- a/apps/gui/wps_debug.c
+++ b/apps/gui/wps_debug.c
@@ -426,9 +426,11 @@ static char *get_token_desc(struct wps_token *token, struct wps_data *data,
426 next_str(next), token->value.i); 426 next_str(next), token->value.i);
427 break; 427 break;
428 428
429#if (CONFIG_CODEC != MAS3507D)
429 case WPS_TOKEN_SOUND_PITCH: 430 case WPS_TOKEN_SOUND_PITCH:
430 snprintf(buf, bufsize, "pitch value"); 431 snprintf(buf, bufsize, "pitch value");
431 break; 432 break;
433#endif
432 434
433 default: 435 default:
434 snprintf(buf, bufsize, "FIXME (code: %d)", 436 snprintf(buf, bufsize, "FIXME (code: %d)",