AC_WPNav: correct min limit

This commit is contained in:
Dr.-Ing. Amilcar Do Carmo Lucas 2017-05-18 13:37:03 +02:00 committed by Randy Mackay
parent d5afd01ef2
commit 079d2ff3be
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ const AP_Param::GroupInfo AC_WPNav::var_info[] = {
// @DisplayName: Waypoint Radius
// @Description: Defines the distance from a waypoint, that when crossed indicates the wp has been hit.
// @Units: cm
// @Range: 100 1000
// @Range: 10 1000
// @Increment: 1
// @User: Standard
AP_GROUPINFO("RADIUS", 1, AC_WPNav, _wp_radius_cm, WPNAV_WP_RADIUS),