mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 09:38:32 -04: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:
parent
2e18203bb7
commit
bb0e1f356d
9 changed files with 657 additions and 290 deletions
|
@ -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 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue