Copter: correct documentation of use of DO_CHANGE_SPEED parameter

This commit is contained in:
Peter Barker 2021-02-15 11:45:01 +11:00 committed by Peter Barker
parent 6d1511f3eb
commit ea0efd3a1a
1 changed files with 1 additions and 1 deletions

View File

@ -770,7 +770,7 @@ MAV_RESULT GCS_MAVLINK_Copter::handle_command_long_packet(const mavlink_command_
return MAV_RESULT_FAILED;
case MAV_CMD_DO_CHANGE_SPEED:
// param1 : unused
// param1 : Speed type (0=Airspeed, 1=Ground Speed, 2=Climb Speed, 3=Descent Speed)
// param2 : new speed in m/s
// param3 : unused
// param4 : unused