mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
Uncrustify: triggered by comment.
This commit is contained in:
parent
54325540ea
commit
9779830a4a
1
tasks.c
1
tasks.c
|
@ -4771,6 +4771,7 @@ BaseType_t xTaskIncrementTick( void )
|
||||||
* the first task is created and therefore pxDelayedTaskList is
|
* the first task is created and therefore pxDelayedTaskList is
|
||||||
* still not set */
|
* still not set */
|
||||||
configASSERT( pxDelayedTaskList != NULL );
|
configASSERT( pxDelayedTaskList != NULL );
|
||||||
|
|
||||||
if( listLIST_IS_EMPTY( pxDelayedTaskList ) != pdFALSE )
|
if( listLIST_IS_EMPTY( pxDelayedTaskList ) != pdFALSE )
|
||||||
{
|
{
|
||||||
/* The delayed list is empty. Set xNextTaskUnblockTime
|
/* The delayed list is empty. Set xNextTaskUnblockTime
|
||||||
|
|
Loading…
Reference in a new issue