mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 06:15:10 +03:00
Simplification
This commit is contained in:
parent
506fc8039f
commit
a11dbdf2cb
4 changed files with 23 additions and 32 deletions
|
@ -1190,15 +1190,9 @@ union ReusableBuffer
|
|||
struct {
|
||||
int8_t step;
|
||||
uint8_t timeout;
|
||||
uint8_t modelID;
|
||||
PXX2Version hwVersion;
|
||||
PXX2Version swVersion;
|
||||
uint8_t variant;
|
||||
PXX2HardwareInformation information;
|
||||
struct {
|
||||
uint8_t modelID;
|
||||
PXX2Version hwVersion;
|
||||
PXX2Version swVersion;
|
||||
uint8_t variant;
|
||||
PXX2HardwareInformation information;
|
||||
} receivers[PXX2_MAX_RECEIVERS_PER_MODULE];
|
||||
} modules[NUM_MODULES];
|
||||
uint32_t updateTime;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue