v1.12.0 #269
2
fsfw
2
fsfw
@ -1 +1 @@
|
|||||||
Subproject commit 43aad11859d5ca772d4323b24626d7a94646f3fd
|
Subproject commit d61fe7db93b37dd6652dbfee5b7c93f400ac5a11
|
@ -101,7 +101,6 @@ void PCDUHandler::readCommandQueue() {
|
|||||||
for (result = commandQueue->receiveMessage(&command); result == RETURN_OK;
|
for (result = commandQueue->receiveMessage(&command); result == RETURN_OK;
|
||||||
result = commandQueue->receiveMessage(&command)) {
|
result = commandQueue->receiveMessage(&command)) {
|
||||||
result = poolManager.handleHousekeepingMessage(&command);
|
result = poolManager.handleHousekeepingMessage(&command);
|
||||||
sif::debug << "PCDUHandler: Received message" << std::endl;
|
|
||||||
if (result == RETURN_OK) {
|
if (result == RETURN_OK) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user