Update tasks.c remove extra empty line

This commit is contained in:
chinglee-iot 2024-01-25 17:17:51 +08:00 committed by GitHub
parent aadf2203f3
commit f2eb5e2154
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -799,7 +799,6 @@ static void prvAddNewTaskToReadyList( TCB_t * pxNewTCB ) PRIVILEGED_FUNCTION;
size_t n );
#endif /* #if ( ( configUSE_TRACE_FACILITY == 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) ) */
/*-----------------------------------------------------------*/
#if ( configNUMBER_OF_CORES > 1 )