mirror of https://github.com/ArduPilot/ardupilot
AP_NavEKF2: Remove @RebootRequired: False
This commit is contained in:
parent
642bd85306
commit
7dd40f0cab
|
@ -565,7 +565,6 @@ const AP_Param::GroupInfo NavEKF2::var_info[] = {
|
|||
// @Description: Specifies the crossover frequency of the complementary filter used to calculate the output predictor height rate derivative.
|
||||
// @Range: 0.1 30.0
|
||||
// @Units: Hz
|
||||
// @RebootRequired: False
|
||||
AP_GROUPINFO("HRT_FILT", 53, NavEKF2, _hrt_filt_freq, 2.0f),
|
||||
|
||||
// @Param: GSF_RUN_MASK
|
||||
|
|
Loading…
Reference in New Issue