mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-08-06 01:37:33 +00:00
refactor: merged manger task into statemachine task
This commit is contained in:
@@ -79,7 +79,7 @@ namespace sta
|
||||
* @brief Create a new thread with the given name and priority.
|
||||
*
|
||||
* @param name The thread's name. This is used for debugging.
|
||||
* @param prio The thread's priority. Generally, this should be lower than the manager and statemachine priority.
|
||||
* @param prio The thread's priority. Generally, this should be lower than the statemachine priority.
|
||||
* @param stack_size The stack size for the task. The default is 0, i.e. the stack size specified in the FreeRTOS settings.
|
||||
* @param cb_size The control block size for the task. The default is 0, i.e. the size specified in the FreeRTOS settings.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user