1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 09:15:38 +03:00
This commit is contained in:
Bertrand Songis 2019-03-04 16:57:38 +01:00
parent ee956f0a30
commit d0437be23d
3 changed files with 6 additions and 4 deletions

View file

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