Merge pull request #193 from biveraxe/ver4dev

Исправляем ошибки компиляции при переходе на новое ядро
This commit is contained in:
2022-09-14 21:31:08 +03:00
committed by GitHub

View File

@@ -605,7 +605,7 @@ int IoTScenario::getLastChar() {
} else } else
return EOF; return EOF;
} else { } else {
return 0; return EOF;
} }
} }