mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 09:16:07 +03:00
Implemented support for MSP jumbo frames, switched dataflash reading to be using jumbo frames.
Set default MSP serial speed to 500000 kbps.
This commit is contained in:
parent
73d928d79f
commit
18bf3e924e
4 changed files with 50 additions and 15 deletions
|
@ -46,6 +46,8 @@ typedef enum {
|
|||
BAUD_115200,
|
||||
BAUD_230400,
|
||||
BAUD_250000,
|
||||
BAUD_500000,
|
||||
BAUD_1000000,
|
||||
} baudRate_e;
|
||||
|
||||
extern const uint32_t baudRates[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue