GPS: workaround: Move settings above gps_data to avoid settings
corruption caused by gps_data overflow
This commit is contained in:
parent
cbe657cd77
commit
cecd01e03d
|
|
@ -93,8 +93,8 @@ typedef struct
|
|||
uint8_t voxLevel;
|
||||
|
||||
bool emergency;
|
||||
gps_t gps_data;
|
||||
settings_t settings;
|
||||
gps_t gps_data;
|
||||
}
|
||||
state_t;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue