Исправляем ошибки компиляции при переходе на новое ядро

This commit is contained in:
2022-09-14 21:29:26 +03:00
parent 818824c378
commit 1fee3ca538

View File

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