mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 13:45:00 -05:00
Update include/list.h
Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
This commit is contained in:
parent
56fc7e7868
commit
9f6f787131
1 changed files with 1 additions and 1 deletions
|
|
@ -298,7 +298,7 @@ typedef struct xLIST
|
||||||
#else /* #if ( configNUMBER_OF_CORES == 1 ) */
|
#else /* #if ( configNUMBER_OF_CORES == 1 ) */
|
||||||
|
|
||||||
/* This function is not required in SMP. FreeRTOS SMP scheduler doesn't use
|
/* This function is not required in SMP. FreeRTOS SMP scheduler doesn't use
|
||||||
* pxIndex and it should always points to the xListEnd. Not defining this macro
|
* pxIndex and it should always point to the xListEnd. Not defining this macro
|
||||||
* here to prevent updating pxIndex.
|
* here to prevent updating pxIndex.
|
||||||
*/
|
*/
|
||||||
#endif /* #if ( configNUMBER_OF_CORES == 1 ) */
|
#endif /* #if ( configNUMBER_OF_CORES == 1 ) */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue