Move the MSVC/lwIP code into the main line - not yet tested since moved.

This commit is contained in:
Richard Barry 2011-08-01 10:58:22 +00:00
parent d53ed61cab
commit 723bed71bf
5 changed files with 97 additions and 280 deletions

View file

@ -66,6 +66,7 @@
#include "CommandInterpreter.h"
#define cmdMAX_INPUT_SIZE 20
/*-----------------------------------------------------------*/
void vBasicTelnetServer( void *pvParameters )
@ -133,7 +134,7 @@ signed char cInputString[ cmdMAX_INPUT_SIZE ];
{
/* The input string was not a quit command.
Pass the string to the command interpreter. */
while( ( pcString = pcProcessCommand( cInputString ) ) != NULL )
while( ( pcString = pcCmdIntProcessCommand( cInputString ) ) != NULL )
{
/* A string has been generated by the
command interpreter. Send it. */