mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
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_index;
|
||||||
AP_Int8 command_must_index;
|
AP_Int8 command_must_index;
|
||||||
AP_Int8 waypoint_radius;
|
AP_Int8 waypoint_radius;
|
||||||
AP_Int8 loiter_radius;
|
AP_Int16 loiter_radius;
|
||||||
AP_Int16 waypoint_speed_max;
|
AP_Int16 waypoint_speed_max;
|
||||||
|
|
||||||
// Throttle
|
// Throttle
|
||||||
|
Loading…
Reference in New Issue
Block a user