mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +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 {
|
typedef struct {
|
||||||
uint8_t command;
|
uint8_t command;
|
||||||
uint8_t data[255];
|
uint8_t data[RCDEVICE_PROTOCOL_MAX_DATA_SIZE - 1];
|
||||||
uint8_t dataLength;
|
uint8_t dataLength;
|
||||||
} runcamDeviceRequest_t;
|
} runcamDeviceRequest_t;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue