Copter: minor comment fix to auto mode

This commit is contained in:
Randy Mackay 2022-05-26 13:13:45 +09:00
parent dd0d1d6b3c
commit fc9a792f88
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ void ModeAuto::rtl_start()
}
}
// auto_takeoff_start - initialises waypoint controller to implement take-off
// initialise waypoint controller to implement take-off
void ModeAuto::takeoff_start(const Location& dest_loc)
{
if (!copter.current_loc.initialised()) {