mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-25 16:57:12 +00:00
Fix a few typos and remove the "register" keyword.
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user