almost there.. I think
Some checks failed
EIVE/eive-obsw/pipeline/pr-main There was a failure building this commit

This commit is contained in:
2023-11-14 18:20:52 +01:00
parent 2563432171
commit 3898e2d66f
11 changed files with 2454 additions and 32 deletions

View File

@ -132,8 +132,6 @@ class FreshSupvHandler : public FreshDeviceHandlerBase {
// Map for Action commands. For normal commands, a separate static structure will be used.
std::map<uint32_t, ActiveCmdInfo> activeActionCmds;
ActiveCmdInfo hkRequestCmdInfo = ActiveCmdInfo(500);
std::array<uint8_t, supv::MAX_COMMAND_SIZE> commandBuffer;
SpacePacketCreator creator;
supv::TcParams spParams = supv::TcParams(creator);