CFDP Update #682

Merged
gaisser merged 158 commits from mueller/cfdp-update-without-handlers into development 2022-11-14 15:04:45 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit a2e0646ed4 - Show all commits

View File

@ -3,7 +3,7 @@
#include "fsfw/cfdp.h"
TEST_CASE("CFDP TLV", "[cfdp][lv]") {
TEST_CASE("CFDP LV", "[cfdp][lv]") {
using namespace cfdp;
ReturnValue_t result;
std::array<uint8_t, 255> rawBuf{};

View File

@ -14,7 +14,7 @@
#include "fsfw/cfdp/tlv/Tlv.h"
#include "fsfw/globalfunctions/arrayprinter.h"
TEST_CASE("CFDP LV", "[cfdp][lv]") {
TEST_CASE("CFDP Other TLVs", "[cfdp][tlv]") {
using namespace cfdp;
ReturnValue_t result;
std::array<uint8_t, 255> rawBuf{};