mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-08 07:07:47 -04:00
Fix a few typos and remove the "register" keyword.
This commit is contained in:
parent
63e8044d33
commit
c40370e96a
6 changed files with 8 additions and 8 deletions
|
@ -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 )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue