AP_NavEKF3: Remove @RebootRequired: False

This commit is contained in:
TunaLobster 2021-08-14 01:13:14 -05:00 committed by Peter Barker
parent 7dd40f0cab
commit d6a5622fcb
1 changed files with 0 additions and 1 deletions

View File

@ -587,7 +587,6 @@ const AP_Param::GroupInfo NavEKF3::var_info[] = {
// @Description: Specifies the crossover frequency of the complementary filter used to calculate the output predictor height rate derivative. // @Description: Specifies the crossover frequency of the complementary filter used to calculate the output predictor height rate derivative.
// @Range: 0.1 30.0 // @Range: 0.1 30.0
// @Units: Hz // @Units: Hz
// @RebootRequired: False
AP_GROUPINFO("HRT_FILT", 55, NavEKF3, _hrt_filt_freq, 2.0f), AP_GROUPINFO("HRT_FILT", 55, NavEKF3, _hrt_filt_freq, 2.0f),
// @Param: MAG_EF_LIM // @Param: MAG_EF_LIM