diff --git a/ArduCopter/Parameters.h b/ArduCopter/Parameters.h index 05847b0454..9058b13339 100644 --- a/ArduCopter/Parameters.h +++ b/ArduCopter/Parameters.h @@ -359,7 +359,7 @@ public: command_total (0), command_index (0), command_nav_index (0), - waypoint_radius (WP_RADIUS_DEFAULT * 100), + waypoint_radius (WP_RADIUS_DEFAULT), loiter_radius (LOITER_RADIUS), waypoint_speed_max (WAYPOINT_SPEED_MAX), crosstrack_gain (CROSSTRACK_GAIN),