systemctl helper
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
2023-04-13 23:24:32 +02:00
parent aa746276ae
commit af354bd9fb
5 changed files with 61 additions and 23 deletions

View File

@ -451,7 +451,7 @@ ReturnValue_t StrComHandler::performFlashWrite() {
return returnvalue::OK;
}
result = writeNextSegment(idx);
if(result != returnvalue::OK) {
if (result != returnvalue::OK) {
return result;
}
if (idx % 50 == 0) {