Copter: Add missing parameter units (NFC)

This commit is contained in:
Dr.-Ing. Amilcar do Carmo Lucas 2018-03-22 19:38:21 +01:00 committed by Randy Mackay
parent fcc414c9d6
commit 58480435bb

View File

@ -43,6 +43,7 @@ const AP_Param::GroupInfo Copter::ModeFlowHold::var_info[] = {
// @DisplayName: FlowHold Filter Frequency
// @Description: Filter frequency for flow data
// @Range: 1 100
// @Units: Hz
// @User: Standard
AP_GROUPINFO("_FILT_HZ", 3, Copter::ModeFlowHold, flow_filter_hz, 5),