Private
Public Access
2
0

uart: add 4800 baud speed

Signed-off-by: Le Jin <le.jin@siemens.com>
Signed-off-by: Ivan Mikhaylov <fr0st61te@gmail.com>
This commit is contained in:
Ivan Mikhaylov
2022-07-15 20:37:25 +00:00
committed by Tom Ingleby
parent 4450073721
commit fdab66958e

View File

@@ -114,6 +114,7 @@ static unsigned int speed_to_uint(speed_t speedt) {
{ B1200, 1200 },
{ B1800, 1800 },
{ B2400, 2400 },
{ B4800, 4800 },
{ B9600, 9600 },
{ B19200, 19200 },
{ B38400, 38400 },