mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
parent
3b0e087dc8
commit
114fc6cee4
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ static uint8_t saLockMode = SA_MODE_SET_UNLOCK; // saCms variable?
|
|||
bool saDeferred = true; // saCms variable?
|
||||
|
||||
// Receive frame reassembly buffer
|
||||
#define SA_MAX_RCVLEN 15
|
||||
#define SA_MAX_RCVLEN 21
|
||||
static uint8_t sa_rbuf[SA_MAX_RCVLEN+4]; // XXX delete 4 byte guard
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue