Tests can now be built as part of FSFW and versioning moved to CMake #500

Merged
mohr merged 33 commits from KSat/fsfw:mueller/integrated-unittests into development 2021-10-18 14:42:53 +02:00
56 changed files with 424 additions and 387 deletions
Showing only changes of commit 76d12e3db1 - Show all commits

View File

@@ -119,6 +119,6 @@ void TmPacketStoredBase::handleStoreFailure(const char *const packetType, Return
break;
}
#endif
}
#endif
}
}