mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
adjust the buffer size of parse context
This commit is contained in:
parent
420764490a
commit
365ed0a228
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ typedef struct {
|
|||
|
||||
typedef struct {
|
||||
uint8_t command;
|
||||
uint8_t data[255];
|
||||
uint8_t data[RCDEVICE_PROTOCOL_MAX_DATA_SIZE - 1];
|
||||
uint8_t dataLength;
|
||||
} runcamDeviceRequest_t;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue