Copter: minor comment update

This commit is contained in:
Randy Mackay 2014-05-15 16:20:02 +09:00
parent 715e9c0474
commit f7a9ee24ef
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ static bool auto_init(bool ignore_checks)
// initialise waypoint and spline controller // initialise waypoint and spline controller
wp_nav.wp_and_spline_init(); wp_nav.wp_and_spline_init();
// start/resume the mission (based on MIS_AUTORESET param) // start/resume the mission (based on MIS_RESTART parameter)
mission.start_or_resume(); mission.start_or_resume();
return true; return true;
}else{ }else{