Skip to content

Commit 764f2b6

Browse files
committed
[NAV] Bump PG_POSITION_ESTIMATION_CONFIG version
1 parent 8611b37 commit 764f2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/navigation/navigation_pos_estimator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
navigationPosEstimator_t posEstimator;
5656

57-
PG_REGISTER_WITH_RESET_TEMPLATE(positionEstimationConfig_t, positionEstimationConfig, PG_POSITION_ESTIMATION_CONFIG, 4);
57+
PG_REGISTER_WITH_RESET_TEMPLATE(positionEstimationConfig_t, positionEstimationConfig, PG_POSITION_ESTIMATION_CONFIG, 5);
5858

5959
PG_RESET_TEMPLATE(positionEstimationConfig_t, positionEstimationConfig,
6060
// Inertial position estimator parameters

0 commit comments

Comments
 (0)