mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-28 21:08:18 +08:00
Remove shadowed variable name.
This commit is contained in:
@ -273,7 +273,6 @@ PRIVILEGED_DATA static portTickType xNextTaskUnblockTime = ( portTickType )
|
|||||||
*/
|
*/
|
||||||
#define prvCheckDelayedTasks() \
|
#define prvCheckDelayedTasks() \
|
||||||
{ \
|
{ \
|
||||||
register tskTCB *pxTCB; \
|
|
||||||
portTickType xItemValue; \
|
portTickType xItemValue; \
|
||||||
\
|
\
|
||||||
/* Is the tick count greater than or equal to the wake time of the first \
|
/* Is the tick count greater than or equal to the wake time of the first \
|
||||||
|
Reference in New Issue
Block a user