Skip to content

Commit 39948bb

Browse files
V0.18.0
1 parent 70408ad commit 39948bb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/src/application.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ Barrier_t syncBarrier;
294294
with NDEBUG */
295295
VOID kApplicationInit(VOID)
296296
{
297-
298297
RK_ERR err = kTaskInit(&task1Handle, Task1, RK_NO_ARGS, "Task1", stack1,
299298
STACKSIZE, 1, RK_PREEMPT);
300299
K_ASSERT(err == RK_ERR_SUCCESS);

0 commit comments

Comments
 (0)