Copter: fix PILOT_TKOFF_DZ param description

This commit is contained in:
Randy Mackay 2015-08-13 10:40:26 -07:00
parent ab1d9886da
commit abdd37ea2c
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ const AP_Param::Info Copter::var_info[] PROGMEM = {
// @DisplayName: Takeoff trigger deadzone
// @Description: Offset from mid stick at which takeoff is triggered
// @User: Standard
// @Range 0.0 500.0
// @Range: 0.0 500.0
// @Increment: 10
GSCALAR(takeoff_trigger_dz, "PILOT_TKOFF_DZ", THR_DZ_DEFAULT),