PLOC SUPV Update to newer firmware #316

Merged
muellerr merged 99 commits from mueller/tas_ploc_supv_update into develop 2022-11-18 14:27:13 +01:00
Showing only changes of commit c248cdb876 - Show all commits

View File

@ -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: {