mirror of https://github.com/ArduPilot/ardupilot
Fixed type error in params
This commit is contained in:
parent
511ae85060
commit
238c4cfab2
|
@ -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…
Reference in New Issue