diff options
Diffstat (limited to 'apps/gui/wps_debug.c')
| -rw-r--r-- | apps/gui/wps_debug.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/gui/wps_debug.c b/apps/gui/wps_debug.c index 9443f23..d0e0f32 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, next_str(next), token->value.i); break; +#if (CONFIG_CODEC != MAS3507D) case WPS_TOKEN_SOUND_PITCH: snprintf(buf, bufsize, "pitch value"); break; +#endif default: snprintf(buf, bufsize, "FIXME (code: %d)", |