Update FSFW from upstream #71

Closed
muellerr wants to merge 1112 commits from development into eive/develop
Showing only changes of commit 52802f127b - Show all commits

View File

@ -40,4 +40,16 @@ TEST_CASE("CFDP Dest Handler", "[cfdp]") {
CHECK(destHandler.getCfdpState() == CfdpStates::IDLE);
CHECK(destHandler.getTransactionStep() == DestHandler::TransactionStep::IDLE);
}
SECTION("Empty File Transfer") {
}
SECTION("Small File Transfer") {
}
SECTION("Segmented File Transfer") {
}
}