5V stack commanding for device handlers #335

Merged
meierj merged 30 commits from mueller_5v_stack_cmd_for_devices into develop 2023-01-10 15:49:10 +01:00
35 changed files with 311 additions and 182 deletions
Showing only changes of commit c1b95e8bbd - Show all commits

View File

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

2
tmtc

Submodule tmtc updated: 00991b92f1...9016d3d992