1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 08:15:30 +03:00

increase SA_MAX_RCVLEN (#8438)

increase SA_MAX_RCVLEN
This commit is contained in:
Michael Keller 2019-06-18 21:42:20 +12:00 committed by mikeller
parent 3b0e087dc8
commit 114fc6cee4

View file

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