1
0
Fork 0
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:
Michael Keller 2016-09-14 10:39:08 +12:00
parent 73d928d79f
commit 18bf3e924e
4 changed files with 50 additions and 15 deletions

View file

@ -46,6 +46,8 @@ typedef enum {
BAUD_115200,
BAUD_230400,
BAUD_250000,
BAUD_500000,
BAUD_1000000,
} baudRate_e;
extern const uint32_t baudRates[];