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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c
index 2918f611a1..e2f599c361 100644
--- a/apps/plugins/test_codec.c
+++ b/apps/plugins/test_codec.c
@@ -584,8 +584,8 @@ static enum plugin_status test_track(char* filename)
584 codec_playing = true; 584 codec_playing = true;
585 585
586 if ((codecthread_id = rb->create_thread(codec_thread, 586 if ((codecthread_id = rb->create_thread(codec_thread,
587 (uint8_t*)codec_stack, codec_stack_size, "testcodec" IF_PRIO(,PRIORITY_PLAYBACK) 587 (uint8_t*)codec_stack, codec_stack_size, 0, "testcodec"
588 IF_COP(, CPU, false))) == NULL) 588 IF_PRIO(,PRIORITY_PLAYBACK) IF_COP(, CPU))) == NULL)
589 { 589 {
590 log_text("Cannot create codec thread!",true); 590 log_text("Cannot create codec thread!",true);
591 goto exit; 591 goto exit;