kopia lustrzana https://github.com/OpenRTX/OpenRTX
GPS: workaround: Move settings above gps_data to avoid settings
corruption caused by gps_data overflowreplace/0b45085cae4448e783efb370a48abbf23f0e117a
rodzic
cbe657cd77
commit
cecd01e03d
|
@ -93,8 +93,8 @@ typedef struct
|
||||||
uint8_t voxLevel;
|
uint8_t voxLevel;
|
||||||
|
|
||||||
bool emergency;
|
bool emergency;
|
||||||
gps_t gps_data;
|
|
||||||
settings_t settings;
|
settings_t settings;
|
||||||
|
gps_t gps_data;
|
||||||
}
|
}
|
||||||
state_t;
|
state_t;
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue