Copter: Modify method name in method header.

This commit is contained in:
murata 2017-11-16 00:19:47 +09:00 committed by Randy Mackay
parent 2fc9b3b5f4
commit acfcd9980d

View File

@ -48,7 +48,7 @@ void Copter::land_run()
}
}
// land_run - runs the land controller
// land_gps_run - runs the land controller
// horizontal position controlled with loiter controller
// should be called at 100hz or more
void Copter::land_gps_run()