mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-25 16:57:12 +00: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