Added 76800 baud rate.

This commit is contained in:
skarg
2007-08-15 19:20:01 +00:00
parent 916843468c
commit eb0b3266f0
+1
View File
@@ -127,6 +127,7 @@ bool RS485_Set_Baud_Rate(uint32_t baud)
case 19200:
case 38400:
case 57600:
case 76800:
case 115200:
RS485_Baud = baud;
RS485_Interface->US_BRGR = MCK/16/baud;