v1.10.0 #220

Merged
meierj merged 592 commits from develop into main 2022-04-22 07:42:20 +02:00
198 changed files with 9485 additions and 4752 deletions
Showing only changes of commit 3cfd0deb22 - Show all commits

2
fsfw

Submodule fsfw updated: e4c6a69f77...aded4fae1e

View File

@@ -205,6 +205,7 @@ void P60DockHandler::parseHkTableReply(const uint8_t *packet) {
p60dockHkTableDataset.ant6Depl = *(packet + dataOffset);
dataOffset += 3;
p60dockHkTableDataset.ar6Depl = *(packet + dataOffset);
p60dockHkTableDataset.setValidity(true, true);
}
ReturnValue_t P60DockHandler::initializeLocalDataPool(localpool::DataPool &localDataPoolMap,

2
tmtc

Submodule tmtc updated: 923929ca55...a038e4c175