From 19075e216e7f8044ffa7122f3f5ccde35c427e4b Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 6 Feb 2024 22:59:04 +0000 Subject: [PATCH] Uncrustify: triggered by comment. --- tasks.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tasks.c b/tasks.c index d54815517..99f43eaeb 100644 --- a/tasks.c +++ b/tasks.c @@ -3208,7 +3208,6 @@ static void prvInitialiseNewTask( TaskFunction_t pxTaskCode, #if ( configNUMBER_OF_CORES == 1 ) { - UBaseType_t uxCurrentListLength; if( xSchedulerRunning != pdFALSE ) @@ -3226,7 +3225,6 @@ static void prvInitialiseNewTask( TaskFunction_t pxTaskCode, mtCOVERAGE_TEST_MARKER(); } - if( pxTCB == pxCurrentTCB ) { if( xSchedulerRunning != pdFALSE )