-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Task Creation
The flight computer does not start up the tasks after initialization
probable causes
- A blocking function may be present
- vTaskDelete after the
xCreateAllTasks()function: recommended renaming of the function; remove the x... prefix before it to remove function declaration confusion- it is not a FreeRTOS task
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
In Progress