diff options
-rw-r--r-- | apps/plugins/test_codec.c | 1 |
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) #ifdef SIMULATOR /* The simulator thread implementation doesn't have stack buffers */ (void)i; + codec_stack_size = 0; #else /* Borrow the codec thread's stack (in IRAM on most targets) */ codec_stack = NULL; |