mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-14 16:57:41 -04:00
Comment: Remove tcp echo client from the comments (#500)
This commit is contained in:
parent
1ef9daf721
commit
c4839ecda3
1 changed files with 2 additions and 3 deletions
|
@ -25,8 +25,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
* This project provides three demo applications. A simple blinky style project,
|
* This project provides two demo applications. A simple blinky style project,
|
||||||
* a more comprehensive test and demo application, and a TCP echo demo.
|
* a more comprehensive test and demo application.
|
||||||
* The mainSELECTED_APPLICATION setting is used to select between
|
* The mainSELECTED_APPLICATION setting is used to select between
|
||||||
* the three
|
* the three
|
||||||
*
|
*
|
||||||
|
@ -73,7 +73,6 @@
|
||||||
/*-----------------------------------------------------------*/
|
/*-----------------------------------------------------------*/
|
||||||
extern void main_blinky( void );
|
extern void main_blinky( void );
|
||||||
extern void main_full( void );
|
extern void main_full( void );
|
||||||
extern void main_tcp_echo_client_tasks( void );
|
|
||||||
static void traceOnEnter( void );
|
static void traceOnEnter( void );
|
||||||
/*
|
/*
|
||||||
* Only the comprehensive demo uses application hook (callback) functions. See
|
* Only the comprehensive demo uses application hook (callback) functions. See
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue