1
0
Fork 0
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:
Martin Budden 2016-10-20 13:54:47 +01:00
parent 92c3fb7d8d
commit d8da70e3f6
2 changed files with 10 additions and 3 deletions

View file

@ -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)
{