/* * manager.cpp * * Created on: Aug 30, 2023 * Author: Dario */ #include #include extern "C" void startManagerTask(void *) { STA_DEBUG_PRINTLN("INITIALIZED MANAGER TASK"); while (true) { // TODO } osThreadExit(); }