mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 14:55:21 +03:00
Fixed jumbo frame handling
This commit is contained in:
parent
92c3fb7d8d
commit
d8da70e3f6
2 changed files with 10 additions and 3 deletions
|
@ -186,8 +186,6 @@ typedef enum {
|
|||
|
||||
#define RATEPROFILE_MASK (1 << 7)
|
||||
|
||||
#define JUMBO_FRAME_SIZE_LIMIT 255
|
||||
|
||||
#ifdef USE_SERIAL_4WAY_BLHELI_INTERFACE
|
||||
static void msp4WayIfFn(serialPort_t *serialPort)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue