mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +03:00
BIND placeholder added to reuseable buffer
This commit is contained in:
parent
685911efab
commit
aaa4206a1c
3 changed files with 8 additions and 2 deletions
|
@ -1116,6 +1116,8 @@ union ReusableBuffer
|
|||
struct {
|
||||
char msg[64];
|
||||
uint8_t r9mPower;
|
||||
char pxx2_candidate_receivers[5][8];
|
||||
uint8_t pxx2_candidate_receivers_count;
|
||||
} modelsetup;
|
||||
|
||||
// 103 bytes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue