mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-28 21:08:18 +08:00
Remove any TCP/IP functionality from the task pool demo - the TCP/IP stack is still built as it will be used in later revisions.
This commit is contained in:
@ -935,7 +935,7 @@ static IotTaskPoolError_t _createTaskPool( const IotTaskPoolInfo_t * const pInfo
|
||||
|
||||
BaseType_t res = xTaskCreate( _taskPoolWorker,
|
||||
cTaskName,
|
||||
pInfo->stackSize,
|
||||
pInfo->stackSize / sizeof( portSTACK_TYPE ), /* xTaskCreate() expects the stack size to be specified in words. */
|
||||
pTaskPool,
|
||||
pInfo->priority,
|
||||
&task );
|
||||
|
Reference in New Issue
Block a user