summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/zxbox/zxbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/zxbox/zxbox.c b/apps/plugins/zxbox/zxbox.c
index 63ff7b45ae..5901982004 100644
--- a/apps/plugins/zxbox/zxbox.c
+++ b/apps/plugins/zxbox/zxbox.c
@@ -107,7 +107,7 @@ gray_show(false);
107gray_release(); 107gray_release();
108#endif 108#endif
109 109
110#if CODEC == SWCODEC && !defined SIMULATOR 110#if CONFIG_CODEC == SWCODEC && !defined SIMULATOR
111 rb->pcm_play_stop(); 111 rb->pcm_play_stop();
112#endif 112#endif
113 113