Skip to content

Commit 6dacdfb

Browse files
DRNadlerrawalexe
authored andcommitted
Indentation and comment correction only.
1 parent d9ddf66 commit 6dacdfb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tasks.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3678,9 +3678,9 @@ STATIC BaseType_t prvCreateIdleTasks( void )
36783678
#if ( ( configIDLE_AFFINITY == 1 ) && ( configUSE_CORE_AFFINITY == 1 ) )
36793679
{
36803680
xIdleTaskHandles[ xCoreID ]->uxCoreAffinityMask = ( ( UBaseType_t ) 1U << ( UBaseType_t ) xCoreID );
3681+
}
3682+
#endif /* #if ( ( configIDLE_AFFINITY == 1 ) && ( configUSE_CORE_AFFINITY == 1 ) ) */
36813683
}
3682-
#endif
3683-
}
36843684
#endif /* if ( configNUMBER_OF_CORES == 1 ) */
36853685
}
36863686
}

0 commit comments

Comments
 (0)