Copter: Add missing parameter units (NFC)
This commit is contained in:
parent
fcc414c9d6
commit
58480435bb
@ -43,6 +43,7 @@ const AP_Param::GroupInfo Copter::ModeFlowHold::var_info[] = {
|
|||||||
// @DisplayName: FlowHold Filter Frequency
|
// @DisplayName: FlowHold Filter Frequency
|
||||||
// @Description: Filter frequency for flow data
|
// @Description: Filter frequency for flow data
|
||||||
// @Range: 1 100
|
// @Range: 1 100
|
||||||
|
// @Units: Hz
|
||||||
// @User: Standard
|
// @User: Standard
|
||||||
AP_GROUPINFO("_FILT_HZ", 3, Copter::ModeFlowHold, flow_filter_hz, 5),
|
AP_GROUPINFO("_FILT_HZ", 3, Copter::ModeFlowHold, flow_filter_hz, 5),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user