mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Split MSP_WP command into separate function
This commit is contained in:
parent
60e80c23d7
commit
613239b8c8
2 changed files with 29 additions and 22 deletions
|
@ -37,7 +37,7 @@ typedef enum {
|
|||
MSP_SKIP_NON_MSP_DATA
|
||||
} mspEvaluateNonMspData_e;
|
||||
|
||||
#define MSP_PORT_INBUF_SIZE 256
|
||||
#define MSP_PORT_INBUF_SIZE 192
|
||||
#ifdef USE_FLASHFS
|
||||
#define MSP_PORT_OUTBUF_SIZE (4096 + 16)
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue