Skip to content

Commit

Permalink
Bug: serial baud rate 1200
Browse files Browse the repository at this point in the history
  • Loading branch information
hvacrcontrol committed Apr 5, 2024
1 parent c85171b commit 77fabb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win/termiWin.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
//Baud speed
#define B300 CBR_300
#define B600 CBR_600
#define B1200 CBR_2400
#define B1200 CBR_1200
#define B2400 CBR_2400
#define B4800 CBR_4800
#define B9600 CBR_9600
Expand Down

0 comments on commit 77fabb7

Please sign in to comment.