GPS: workaround: Move settings above gps_data to avoid settings

corruption caused by gps_data overflow
This commit is contained in:
Federico Amedeo Izzo 2021-02-16 22:44:21 +01:00
parent cbe657cd77
commit cecd01e03d
1 changed files with 1 additions and 1 deletions

View File

@ -93,8 +93,8 @@ typedef struct
uint8_t voxLevel;
bool emergency;
gps_t gps_data;
settings_t settings;
gps_t gps_data;
}
state_t;