Fix a few typos and remove the "register" keyword.

This commit is contained in:
Richard Barry 2013-08-16 13:31:54 +00:00
parent 63e8044d33
commit c40370e96a
6 changed files with 8 additions and 8 deletions

View file

@ -2529,7 +2529,7 @@ tskTCB *pxNewTCB;
static unsigned short prvTaskCheckFreeStackSpace( const unsigned char * pucStackByte )
{
register unsigned short usCount = 0U;
unsigned short usCount = 0U;
while( *pucStackByte == tskSTACK_FILL_BYTE )
{