Comment the command line interpreter and lwIP sockets based server code.

This commit is contained in:
Richard Barry 2011-08-01 16:03:49 +00:00
parent 723bed71bf
commit 5ca1d4194d
10 changed files with 271 additions and 245 deletions

View file

@ -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;