Remove shadowed variable name.

pull/4/head
Richard Barry 14 years ago
parent 89bf1cf24f
commit a70c881207

@ -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 \

Loading…
Cancel
Save