diff --git a/openrtx/include/state.h b/openrtx/include/state.h index e2806569..d770a14d 100644 --- a/openrtx/include/state.h +++ b/openrtx/include/state.h @@ -93,8 +93,8 @@ typedef struct uint8_t voxLevel; bool emergency; - gps_t gps_data; settings_t settings; + gps_t gps_data; } state_t;