mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 09:16:07 +03:00
Add 230400 & 250000 baud rates, 2 stop-bits port mode
This commit is contained in:
parent
3e73b3de53
commit
cbaa67f1d0
4 changed files with 10 additions and 3 deletions
|
@ -41,7 +41,9 @@ typedef enum {
|
|||
BAUD_19200,
|
||||
BAUD_38400,
|
||||
BAUD_57600,
|
||||
BAUD_115200
|
||||
BAUD_115200,
|
||||
BAUD_230400,
|
||||
BAUD_250000,
|
||||
} baudRate_e;
|
||||
|
||||
extern uint32_t baudRates[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue