removed tacos dependencies from rtos2-utils

This commit is contained in:
@CarlWachter
2024-01-05 15:28:02 +01:00
parent 4a7b426bbc
commit 7e0d3bfd19
2 changed files with 97 additions and 1 deletions

View File

@@ -8,6 +8,9 @@
#include <sta/tacos/thread.hpp>
#include <sta/rtos/queue.hpp>
#include <sta/rtos/system/can_bus.hpp>
#include <sta/debug/debug.hpp>
#include <sta/tacos/statemachine.hpp>
/**
@@ -115,6 +118,11 @@ namespace sta
};
void handleSysMessage(const sta::CanRxHeader & header, const uint8_t * payload);
void handleDataMessage(const sta::IsotpMessage & msg);
} /* namespace tacos */
} /* namespace sta */