PLOC Handler Update #234

Merged
muellerr merged 98 commits from meier/plocSupv into develop 2022-05-08 12:32:48 +02:00
129 changed files with 4754 additions and 6124 deletions
Showing only changes of commit 7a6b45b102 - Show all commits

2
fsfw

Submodule fsfw updated: 43aad11859...d61fe7db93

View File

@ -101,7 +101,6 @@ void PCDUHandler::readCommandQueue() {
for (result = commandQueue->receiveMessage(&command); result == RETURN_OK;
result = commandQueue->receiveMessage(&command)) {
result = poolManager.handleHousekeepingMessage(&command);
sif::debug << "PCDUHandler: Received message" << std::endl;
if (result == RETURN_OK) {
continue;
}