mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 14:25:11 +03:00
Fixes
This commit is contained in:
parent
031abfaf18
commit
90d16ba330
2 changed files with 2 additions and 2 deletions
|
@ -1118,7 +1118,7 @@ union ReusableBuffer
|
|||
char msg[64];
|
||||
uint8_t r9mPower;
|
||||
uint8_t pxx2_register_or_bind_step;
|
||||
char pxx2_bind_candidate_receivers[5][8];
|
||||
char pxx2_bind_candidate_receivers[PXX2_MAX_RECEIVERS_PER_MODULE][8];
|
||||
uint8_t pxx2_bind_candidate_receivers_count;
|
||||
uint8_t pxx2_bind_receiver_index;
|
||||
} modelsetup;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue