mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 05:21:59 -04:00
Remove shadowed variable name.
This commit is contained in:
parent
89bf1cf24f
commit
a70c881207
|
@ -273,7 +273,6 @@ PRIVILEGED_DATA static portTickType xNextTaskUnblockTime = ( portTickType )
|
|||
*/
|
||||
#define prvCheckDelayedTasks() \
|
||||
{ \
|
||||
register tskTCB *pxTCB; \
|
||||
portTickType xItemValue; \
|
||||
\
|
||||
/* Is the tick count greater than or equal to the wake time of the first \
|
||||
|
|
Loading…
Reference in a new issue