GPS: workaround: Move settings above gps_data to avoid settings

corruption caused by gps_data overflow
replace/0b45085cae4448e783efb370a48abbf23f0e117a
Federico Amedeo Izzo 2021-02-16 22:44:21 +01:00
rodzic cbe657cd77
commit cecd01e03d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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;