1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-28 17:54:15 +01:00

OP-1134 Populate_new_custom_tab Fix struct size

This commit is contained in:
Laurent Lalanne 2014-08-28 10:43:21 +02:00
parent a78e71c31a
commit 4e64710c54

View File

@ -50,11 +50,10 @@ typedef struct {
uint VTOLMotorSSW : 4;
uint VTOLMotorWSW : 4;
uint VTOLMotorWNW : 4;
uint VTOLMotorNNW : 4; // 32 bits
uint VTOLMotorNNW : 4; // 64 bits
uint TRIYaw : 4;
quint32 padding : 28; // 64 bits
quint32 padding1;
quint32 padding2; // 128 bits
quint32 padding : 28; // 96 bits
quint32 padding1; // 128 bits
} __attribute__((packed)) multiGUISettingsStruct;
typedef struct {