fix for error handling longer request
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
This commit is contained in:
parent
0857a480e5
commit
c248cdb876
@ -117,10 +117,9 @@ ReturnValue_t PlocSupvUartManager::performOperation(uint8_t operationCode) {
|
||||
break;
|
||||
}
|
||||
case InternalState::DEDICATED_REQUEST: {
|
||||
if (handleRunningLongerRequest() == REQUEST_DONE) {
|
||||
handleRunningLongerRequest();
|
||||
MutexGuard mg(lock);
|
||||
state = InternalState::DEFAULT;
|
||||
}
|
||||
break;
|
||||
}
|
||||
case InternalState::DEFAULT: {
|
||||
|
Loading…
Reference in New Issue
Block a user