From e71e7021108e345701f6fa6198d90a1f3c754ffe Mon Sep 17 00:00:00 2001 From: Joseph Julicher Date: Thu, 13 May 2021 15:42:57 -0700 Subject: [PATCH] Static allocation and lightweight idle tasks (#323) * added multiple idle tasks * Added multiple IDLE tasks to non-static allocation * Adjustments to tasks from PR review --- tasks.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks.c b/tasks.c index a40e51d94..313c463e9 100644 --- a/tasks.c +++ b/tasks.c @@ -2754,7 +2754,6 @@ static BaseType_t prvCreateIdleTasks( void ) } #endif /* configSUPPORT_STATIC_ALLOCATION */ } - return xReturn; }