/* * printable.cpp * * Created on: Aug 30, 2023 * Author: Dario */ #include #include #include #include #include #include #include #include #include #include #include #include namespace sta { namespace tacos { void startup() { rres::init(); sta::tacos::addThread(ALL_STATES, &hadc1); sta::tacos::addThread({stahr::ARMED}); sta::tacos::addThread({stahr::DROGUE, stahr::MAIN, stahr::DISREEFING}); tacos::forceState(tacos::getState(), stahr::READY_ON_PAD); STA_DEBUG_PRINTF("The answer to everything is %d", 42); // STA_DEBUG_HEAP_STATS(); } } // namespace tacos } // namespace sta