mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 01:58:32 -04:00
Comment the command line interpreter and lwIP sockets based server code.
This commit is contained in:
parent
723bed71bf
commit
5ca1d4194d
10 changed files with 271 additions and 245 deletions
|
@ -69,7 +69,7 @@
|
|||
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
void vBasicTelnetServer( void *pvParameters )
|
||||
void vBasicSocketsCommandInterpreterTask( void *pvParameters )
|
||||
{
|
||||
long lSocket, lClientFd, lBytes, lAddrLen = sizeof( struct sockaddr_in );
|
||||
struct sockaddr_in sLocalAddr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue