Skip to content

Commit

Permalink
uart: add 4800 baud speed
Browse files Browse the repository at this point in the history
Signed-off-by: Le Jin <le.jin@siemens.com>
Signed-off-by: Ivan Mikhaylov <fr0st61te@gmail.com>
  • Loading branch information
fr0st61te authored and tingleby committed Aug 5, 2022
1 parent 4450073 commit fdab669
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/uart/uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit fdab669

Please sign in to comment.