1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +03:00

Increased MSP inbuf size to 256

This commit is contained in:
Martin Budden 2016-10-18 21:21:26 +01:00
parent 1edb0fe33d
commit 60e80c23d7

View file

@ -37,7 +37,7 @@ typedef enum {
MSP_SKIP_NON_MSP_DATA MSP_SKIP_NON_MSP_DATA
} mspEvaluateNonMspData_e; } mspEvaluateNonMspData_e;
#define MSP_PORT_INBUF_SIZE 64 #define MSP_PORT_INBUF_SIZE 256
#ifdef USE_FLASHFS #ifdef USE_FLASHFS
#define MSP_PORT_OUTBUF_SIZE (4096 + 16) #define MSP_PORT_OUTBUF_SIZE (4096 + 16)
#else #else