fix: use modern entrypoint

This commit is contained in:
CarlWachter 2025-03-26 13:56:44 +01:00
parent 81a16b2acc
commit d1463ce17e

View File

@ -24,8 +24,8 @@ namespace sta
{
namespace tacos
{
void onStatemachineInit()
{
void startup()
{
rres::init();
sta::tacos::addThread<tasks::SenseTask>(ALL_STATES, &hadc1);