v1.12.0 #269

Merged
muellerr merged 493 commits from develop into main 2022-07-04 11:19:05 +02:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 7a6b45b102 - Show all commits

2
fsfw

@ -1 +1 @@
Subproject commit 43aad11859d5ca772d4323b24626d7a94646f3fd
Subproject commit d61fe7db93b37dd6652dbfee5b7c93f400ac5a11

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;
}