summaryrefslogtreecommitdiff
path: root/apps/plugins/test_codec.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/test_codec.c')
-rw-r--r--apps/plugins/test_codec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c
index 146eb3f983..de3746bb29 100644
--- a/apps/plugins/test_codec.c
+++ b/apps/plugins/test_codec.c
@@ -475,6 +475,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
475#ifdef SIMULATOR 475#ifdef SIMULATOR
476 /* The simulator thread implementation doesn't have stack buffers */ 476 /* The simulator thread implementation doesn't have stack buffers */
477 (void)i; 477 (void)i;
478 codec_stack_size = 0;
478#else 479#else
479 /* Borrow the codec thread's stack (in IRAM on most targets) */ 480 /* Borrow the codec thread's stack (in IRAM on most targets) */
480 codec_stack = NULL; 481 codec_stack = NULL;