mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-01 18:29:16 +01:00
OP-1134 Populate_new_custom_tab Fix struct size
This commit is contained in:
parent
a78e71c31a
commit
4e64710c54
@ -50,11 +50,10 @@ typedef struct {
|
|||||||
uint VTOLMotorSSW : 4;
|
uint VTOLMotorSSW : 4;
|
||||||
uint VTOLMotorWSW : 4;
|
uint VTOLMotorWSW : 4;
|
||||||
uint VTOLMotorWNW : 4;
|
uint VTOLMotorWNW : 4;
|
||||||
uint VTOLMotorNNW : 4; // 32 bits
|
uint VTOLMotorNNW : 4; // 64 bits
|
||||||
uint TRIYaw : 4;
|
uint TRIYaw : 4;
|
||||||
quint32 padding : 28; // 64 bits
|
quint32 padding : 28; // 96 bits
|
||||||
quint32 padding1;
|
quint32 padding1; // 128 bits
|
||||||
quint32 padding2; // 128 bits
|
|
||||||
} __attribute__((packed)) multiGUISettingsStruct;
|
} __attribute__((packed)) multiGUISettingsStruct;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user