mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 01:58:32 -04:00
Move the MSVC/lwIP code into the main line - not yet tested since moved.
This commit is contained in:
parent
d53ed61cab
commit
723bed71bf
5 changed files with 97 additions and 280 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue