From bc42e04850586a8622923a48351b23647d644f4c Mon Sep 17 00:00:00 2001 From: Joseph Julicher Date: Wed, 19 May 2021 08:38:58 -0700 Subject: [PATCH] Uncrustified tasks.c --- tasks.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks.c b/tasks.c index 8dd539be4..a40e51d94 100644 --- a/tasks.c +++ b/tasks.c @@ -2754,6 +2754,7 @@ static BaseType_t prvCreateIdleTasks( void ) } #endif /* configSUPPORT_STATIC_ALLOCATION */ } + return xReturn; } @@ -4221,7 +4222,7 @@ void vTaskMissedYield( void ) * * The minimal idle task is used for all the additional Cores in a SMP system. * There must be only 1 idle task and the rest are minimal idle tasks. - * + * * @todo additional conditional compiles to remove this function. */