Static allocation and lightweight idle tasks (#323)

* added multiple idle tasks

* Added multiple IDLE tasks to non-static allocation

* Adjustments to tasks from PR review
pull/327/head
Joseph Julicher 4 years ago
parent bc42e04850
commit e71e702110

@ -2754,7 +2754,6 @@ static BaseType_t prvCreateIdleTasks( void )
}
#endif /* configSUPPORT_STATIC_ALLOCATION */
}
return xReturn;
}

Loading…
Cancel
Save