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:
parent
1edb0fe33d
commit
60e80c23d7
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ typedef enum {
|
|||
MSP_SKIP_NON_MSP_DATA
|
||||
} mspEvaluateNonMspData_e;
|
||||
|
||||
#define MSP_PORT_INBUF_SIZE 64
|
||||
#define MSP_PORT_INBUF_SIZE 256
|
||||
#ifdef USE_FLASHFS
|
||||
#define MSP_PORT_OUTBUF_SIZE (4096 + 16)
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue