mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-24 05:45:59 +08:00
[simulator] fix flightgear viz on 32bit systems
all current fg versions have that padding1 var, hence also no need for pack pragmas
This commit is contained in:
@@ -234,9 +234,7 @@ struct FGNetMiniFDM {
|
||||
#endif /*FG_2_4*/
|
||||
struct FGNetGUI {
|
||||
uint32_t version; // increment when data values change
|
||||
#if FG_2_4
|
||||
uint32_t padding1;
|
||||
#endif /*FG_2_4*/
|
||||
|
||||
// Positions
|
||||
double longitude; // geodetic (radians)
|
||||
|
||||
Reference in New Issue
Block a user