summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/test_codec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c
index 20a1febd4f..aae2c1905b 100644
--- a/apps/plugins/test_codec.c
+++ b/apps/plugins/test_codec.c
@@ -450,7 +450,7 @@ static void init_ci(void)
450 /* --- "Core" functions --- */ 450 /* --- "Core" functions --- */
451 451
452 /* kernel/ system */ 452 /* kernel/ system */
453 ci.PREFIX(sleep) = rb->PREFIX(sleep); 453 ci.sleep = rb->sleep;
454 ci.yield = rb->yield; 454 ci.yield = rb->yield;
455 455
456 /* strings and memory */ 456 /* strings and memory */