AP_RangeFinder: Just fixing the parameter name in the description

This commit is contained in:
Grant Morphett 2015-09-07 14:43:44 +10:00 committed by Randy Mackay
parent c8872e082d
commit bec21a51a4
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ const AP_Param::GroupInfo RangeFinder::var_info[] PROGMEM = {
// @Values: 0:No,1:Yes
AP_GROUPINFO("_RMETRIC", 9, RangeFinder, _ratiometric[0], 1),
// @Param: RNGFND_PWRRNG
// @Param: _PWRRNG
// @DisplayName: Powersave range
// @Description: This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode (if available). A value of zero means power saving is not enabled
// @Units: meters