mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 09:15:38 +03:00
Fixes
This commit is contained in:
parent
ee956f0a30
commit
d0437be23d
3 changed files with 6 additions and 4 deletions
|
@ -1132,6 +1132,7 @@ union ReusableBuffer
|
|||
char registrationID[PXX2_LEN_REGISTRATION_ID];
|
||||
char bindCandidateReceiversNames[PXX2_MAX_RECEIVERS_PER_MODULE][PXX2_LEN_RX_NAME];
|
||||
uint8_t bindCandidateReceiversCount;
|
||||
uint8_t bindReceiverSlot;
|
||||
union {
|
||||
uint8_t bindSelectedReceiverIndex;
|
||||
uint8_t shareReceiverIndex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue