minor bugfix, push tmtc
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
Robin Müller 2022-12-22 16:14:11 +01:00
parent 099759c5f5
commit c1b95e8bbd
2 changed files with 1 additions and 2 deletions

View File

@ -27,7 +27,6 @@ PCDUHandler::~PCDUHandler() {}
ReturnValue_t PCDUHandler::performOperation(uint8_t counter) { ReturnValue_t PCDUHandler::performOperation(uint8_t counter) {
if (counter == DeviceHandlerIF::PERFORM_OPERATION) { if (counter == DeviceHandlerIF::PERFORM_OPERATION) {
readCommandQueue(); readCommandQueue();
return returnvalue::OK;
} }
uint8_t switchState = 0; uint8_t switchState = 0;
{ {

2
tmtc

@ -1 +1 @@
Subproject commit 00991b92f15425aa80d2448ad304de46a08b5470 Subproject commit 9016d3d992bb6c5aa8dd11065ceb913b8ba88491