Minor adjustments

This commit is contained in:
@CarlWachter 2024-01-24 21:20:44 +01:00
parent b53fe2ce00
commit e198bdd8bf

View File

@ -88,9 +88,6 @@ namespace sta
{
Statemachine::stateChangeEvent.wait(EventFlags::ALL, osWaitForever);
HeapStats_t stats;
vPortGetHeapStats(&stats);
// Start all new tasks and stop all the tasks that aren't supposed to be running.
updateThreads();
}