Finish COM and ACS restructuring #522

Merged
muellerr merged 7 commits from cleaning_com_acs into develop 2023-03-24 21:08:33 +01:00
Showing only changes of commit 13f269e6aa - Show all commits

View File

@ -2,7 +2,7 @@
#include <catch2/catch_test_macros.hpp>
#include "mission/devices/devicedefinitions/rwHelpers.h"
#include "mission/acs/rwHelpers.h"
TEST_CASE("HDLC Encoding RW", "[acs]") {
std::array<uint8_t, 256> encodedBuffer{};