Fixed 76800 setting for Linux rs-485.

This commit is contained in:
skarg
2012-10-23 18:16:32 +00:00
parent 4f67e02c0b
commit 6facc07c74
+1 -1
View File
@@ -356,7 +356,7 @@ bool RS485_Set_Baud_Rate(
RS485_Baud = B57600;
break;
case 76800:
RS485_Baud = 38400;
RS485_Baud = B38400;
RS485_SpecBaud = true;
break;
case 115200: