mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-29 22:48:37 -04:00
Very minor formatting changes, and remove legacy link to V8 upgrade information.
This commit is contained in:
parent
92ae8e7aff
commit
ab49c6ae04
4 changed files with 3 additions and 8 deletions
|
@ -3339,7 +3339,7 @@ void vSocketWakeUpUser( FreeRTOS_Socket_t *pxSocket )
|
|||
}
|
||||
else
|
||||
{
|
||||
FreeRTOS_printf( ( "Prot Port IP-Remote : Port R/T Status Alive tmout Child\n" ) );
|
||||
FreeRTOS_printf( ( "Prot Port IP-Remote : Port R/T Status Alive tmout Child\n" ) );
|
||||
for( pxIterator = ( ListItem_t * ) listGET_HEAD_ENTRY( &xBoundTCPSocketsList );
|
||||
pxIterator != ( ListItem_t * ) listGET_END_MARKER( &xBoundTCPSocketsList );
|
||||
pxIterator = ( ListItem_t * ) listGET_NEXT( pxIterator ) )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue