From 443e604d801ea4272044f4ad02da9c7116995543 Mon Sep 17 00:00:00 2001 From: kar-rahul-aws Date: Thu, 20 Jun 2024 02:37:41 +0530 Subject: [PATCH] Fix formatting --- .../Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/main.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/main.c index 56f95eea18..f21dce142f 100644 --- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/main.c +++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/main.c @@ -88,8 +88,8 @@ * connections on the standard echo port (port 7), then echos back any data * received on that connection. */ -#define mainCREATE_SIMPLE_UDP_CLIENT_SERVER_TASKS 1 -#define mainCREATE_TCP_ECHO_TASKS_SINGLE 0 +#define mainCREATE_SIMPLE_UDP_CLIENT_SERVER_TASKS 0 +#define mainCREATE_TCP_ECHO_TASKS_SINGLE 1 #define mainCREATE_TCP_ECHO_SERVER_TASK 0 /*-----------------------------------------------------------*/