Skip to content

Commit 52713c3

Browse files
committed
Sub: call Circle parameter conversion
1 parent 28087ad commit 52713c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ArduSub/Parameters.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -882,6 +882,10 @@ void Sub::load_parameters()
882882
AP_Param::convert_old_parameters(&gcs_conversion_info[0], ARRAY_SIZE(gcs_conversion_info));
883883
}
884884
#endif // HAL_GCS_ENABLED
885+
886+
#if CIRCLE_NAV_ENABLED
887+
circle_nav.convert_parameters();
888+
#endif
885889
}
886890

887891
void Sub::convert_old_parameters()

0 commit comments

Comments
 (0)