From 98525bf7c9105c2105f294ad62f3e092a0761460 Mon Sep 17 00:00:00 2001 From: DonLakeFlyer Date: Sun, 11 Jun 2017 10:51:40 -0700 Subject: [PATCH] Add 500000 baud to all builds --- src/comm/SerialLink.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/comm/SerialLink.cc b/src/comm/SerialLink.cc index 4719c33e9..33187417a 100644 --- a/src/comm/SerialLink.cc +++ b/src/comm/SerialLink.cc @@ -527,8 +527,8 @@ void SerialConfiguration::_initBaudRates() kSupportedBaudRates << "256000"; #endif kSupportedBaudRates << "460800"; -#if defined(Q_OS_LINUX) kSupportedBaudRates << "500000"; +#if defined(Q_OS_LINUX) kSupportedBaudRates << "576000"; #endif kSupportedBaudRates << "921600"; -- 2.22.0