summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralfred gedeon <28123637+alfred2g@users.noreply.github.com>2021-02-11 14:56:11 -0800
committerGitHub <noreply@github.com>2021-02-11 14:56:11 -0800
commitc4839ecda315087dd04a5b690055f5a972cd62c9 (patch)
tree708a236cb351bc45ada7191b84d86b63eadb3ed2
parent1ef9daf721b7a7333633a09b92a327e4ce792c73 (diff)
downloadfreertos-git-c4839ecda315087dd04a5b690055f5a972cd62c9.tar.gz
Comment: Remove tcp echo client from the comments (#500)
-rw-r--r--FreeRTOS/Demo/Posix_GCC/main.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/FreeRTOS/Demo/Posix_GCC/main.c b/FreeRTOS/Demo/Posix_GCC/main.c
index f70b723c9..e04534cf7 100644
--- a/FreeRTOS/Demo/Posix_GCC/main.c
+++ b/FreeRTOS/Demo/Posix_GCC/main.c
@@ -25,8 +25,8 @@
*/
/******************************************************************************
- * This project provides three demo applications. A simple blinky style project,
- * a more comprehensive test and demo application, and a TCP echo demo.
+ * This project provides two demo applications. A simple blinky style project,
+ * a more comprehensive test and demo application.
* The mainSELECTED_APPLICATION setting is used to select between
* the three
*
@@ -73,7 +73,6 @@
/*-----------------------------------------------------------*/
extern void main_blinky( void );
extern void main_full( void );
-extern void main_tcp_echo_client_tasks( void );
static void traceOnEnter( void );
/*
* Only the comprehensive demo uses application hook (callback) functions. See