1
0
Fork 0
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:
Martin Budden 2016-10-18 21:49:31 +01:00
parent 60e80c23d7
commit 613239b8c8
2 changed files with 29 additions and 22 deletions

View file

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