Commit d57fa56c authored by Bryant Mairs's avatar Bryant Mairs

QSerialPort::UnknownBaud is now deprecated, so remove its use.

parent 3f42bf1a
......@@ -612,7 +612,6 @@ qint64 SerialLink::getConnectionSpeed() const
dataRate = 115200;
break;
// Otherwise do nothing.
case QSerialPort::UnknownBaud:
default:
dataRate = -1;
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment