Skip to content

Commit

Permalink
Increment parameter group version of GPS config (#12681)
Browse files Browse the repository at this point in the history
  • Loading branch information
KarateBrot committed Apr 20, 2023
1 parent 271acf7 commit 3167bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/pg/gps.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

#include "gps.h"

PG_REGISTER_WITH_RESET_TEMPLATE(gpsConfig_t, gpsConfig, PG_GPS_CONFIG, 1);
PG_REGISTER_WITH_RESET_TEMPLATE(gpsConfig_t, gpsConfig, PG_GPS_CONFIG, 2);

PG_RESET_TEMPLATE(gpsConfig_t, gpsConfig,
.provider = GPS_UBLOX,
Expand Down

0 comments on commit 3167bf7

Please sign in to comment.