mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-08-06 09:37:34 +00:00
removed tacos dependencies from rtos2-utils
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user