fixes includes

This commit is contained in:
2022-07-18 11:58:55 +02:00
parent fdf35232ee
commit 78b09ed0c9
37 changed files with 54 additions and 49 deletions

View File

@ -2,7 +2,7 @@
#include "catch2/catch_test_macros.hpp"
#include "fsfw/globalfunctions/DleEncoder.h"
#include "fsfw_tests/unit/CatchDefinitions.h"
#include "CatchDefinitions.h"
const std::vector<uint8_t> TEST_ARRAY_0 = {0, 0, 0, 0, 0};
const std::vector<uint8_t> TEST_ARRAY_1 = {0, DleEncoder::DLE_CHAR, 5};