merge-requests/2/head
Phil Taylor 2021-03-04 20:23:06 +00:00
rodzic 7c18c944b2
commit d31cf07c47
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -110,7 +110,7 @@ void pttyHandler::openPort()
qDebug(logSerial()) << "Received error from pseudo-terminal symlink command: code: [" << sysResult << "]" << " command: [" << ptLinkCmd << "]";
}
isConected = true;
isConnected = true;
#endif
}