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;
|
break;
|
||||||
}
|
}
|
||||||
case InternalState::DEDICATED_REQUEST: {
|
case InternalState::DEDICATED_REQUEST: {
|
||||||
if (handleRunningLongerRequest() == REQUEST_DONE) {
|
handleRunningLongerRequest();
|
||||||
MutexGuard mg(lock);
|
MutexGuard mg(lock);
|
||||||
state = InternalState::DEFAULT;
|
state = InternalState::DEFAULT;
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case InternalState::DEFAULT: {
|
case InternalState::DEFAULT: {
|
||||||
|
Loading…
Reference in New Issue
Block a user