Skip to content

Commit

Permalink
Merge branch 'main' into update-smp-idle-task-memory
Browse files Browse the repository at this point in the history
  • Loading branch information
chinglee-iot authored Sep 25, 2023
2 parents 429b6ef + 2bc6188 commit aa7881a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tasks.c
Original file line number Diff line number Diff line change
Expand Up @@ -6144,9 +6144,8 @@ static void prvResetNextTaskUnblockTime( void )

traceENTER_xTaskPriorityInherit( pxMutexHolder );

/* If the mutex was given back by an interrupt while the queue was
* locked then the mutex holder might now be NULL. _RB_ Is this still
* needed as interrupts can no longer use mutexes? */
/* If the mutex is taken by an interrupt, the mutex holder is NULL. Priority
* inheritance is not applied in this scenario. */
if( pxMutexHolder != NULL )
{
/* If the holder of the mutex has a priority below the priority of
Expand Down

0 comments on commit aa7881a

Please sign in to comment.