mirror of https://github.com/ArduPilot/ardupilot
Copter: minor comment fix
This commit is contained in:
parent
8aeec6c4d1
commit
29a2be2d63
|
@ -710,7 +710,7 @@ bool ModeAuto::verify_command(const AP_Mission::Mission_Command& cmd)
|
||||||
return cmd_complete;
|
return cmd_complete;
|
||||||
}
|
}
|
||||||
|
|
||||||
// auto_takeoff_run - takeoff in auto mode
|
// takeoff_run - takeoff in auto mode
|
||||||
// called by auto_run at 100hz or more
|
// called by auto_run at 100hz or more
|
||||||
void ModeAuto::takeoff_run()
|
void ModeAuto::takeoff_run()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue