We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98eba93 commit 4b5d1e4Copy full SHA for 4b5d1e4
tasks.c
@@ -2694,8 +2694,8 @@ BaseType_t xTaskCatchUpTicks( TickType_t xTicksToCatchUp )
2694
#if ( configUSE_PREEMPTION == 1 )
2695
{
2696
/* Preemption is on, but a context switch should only be
2697
- * performed if the unblocked task has a priority that is
2698
- * equal to or higher than the currently executing task. */
+ * performed if the unblocked task has a priority that is
+ * higher than the currently executing task. */
2699
if( pxTCB->uxPriority > pxCurrentTCB->uxPriority )
2700
2701
/* Pend the yield to be performed when the scheduler
0 commit comments