mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-27 15:56:14 -04:00
Update TCPEchoClient_SingleTasks.c (#968)
Bug fix for https://github.com/FreeRTOS/FreeRTOS/issues/967
This commit is contained in:
parent
4483c16bd5
commit
69904a7537
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@
|
|||
cRxBuffers[ echoNUM_ECHO_CLIENTS ][ echoBUFFER_SIZES ];
|
||||
|
||||
static StaticTask_t echoServerTaskBuffer;
|
||||
static StackType_t echoServerTaskStack[ PTHREAD_STACK_MIN ];
|
||||
static StackType_t echoServerTaskStack[ PTHREAD_STACK_MIN * 2 ];
|
||||
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue