Browse Source

Fixed type error in params

mission-4.1.18
Jason Short 13 years ago
parent
commit
be3edc19f8
  1. 2
      ArduCopter/Parameters.h

2
ArduCopter/Parameters.h

@ -197,7 +197,7 @@ public: @@ -197,7 +197,7 @@ public:
AP_Int8 command_index;
AP_Int8 command_must_index;
AP_Int8 waypoint_radius;
AP_Int8 loiter_radius;
AP_Int16 loiter_radius;
AP_Int16 waypoint_speed_max;
// Throttle

Loading…
Cancel
Save