diff --git a/apps/plugins/zxbox/spmain.c b/apps/plugins/zxbox/spmain.c index da3c9b5d89..20d806eef3 100644 --- a/apps/plugins/zxbox/spmain.c +++ b/apps/plugins/zxbox/spmain.c @@ -342,7 +342,7 @@ static void options_menu(void){ /* menu */ static bool zxbox_menu(void) { -#if CODEC == SWCODEC && !defined SIMULATOR +#if CONFIG_CODEC == SWCODEC && !defined SIMULATOR rb->pcm_play_stop(); #endif int m;