Skip to content

Commit bc42e04

Browse files
committed
Uncrustified tasks.c
1 parent 74f816a commit bc42e04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tasks.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2754,6 +2754,7 @@ static BaseType_t prvCreateIdleTasks( void )
27542754
}
27552755
#endif /* configSUPPORT_STATIC_ALLOCATION */
27562756
}
2757+
27572758
return xReturn;
27582759
}
27592760

@@ -4221,7 +4222,7 @@ void vTaskMissedYield( void )
42214222
*
42224223
* The minimal idle task is used for all the additional Cores in a SMP system.
42234224
* There must be only 1 idle task and the rest are minimal idle tasks.
4224-
*
4225+
*
42254226
* @todo additional conditional compiles to remove this function.
42264227
*/
42274228

0 commit comments

Comments
 (0)