1
0
Fork 0
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:
Nicholas Sherlock 2015-03-06 20:07:07 +13:00
parent 3e73b3de53
commit cbaa67f1d0
4 changed files with 10 additions and 3 deletions

View file

@ -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[];