From acfcd9980d3a69f67eed7b17f78a0314db9c1670 Mon Sep 17 00:00:00 2001 From: murata Date: Thu, 16 Nov 2017 00:19:47 +0900 Subject: [PATCH] Copter: Modify method name in method header. --- ArduCopter/control_land.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArduCopter/control_land.cpp b/ArduCopter/control_land.cpp index a4fa593df0..5cd7cf0f65 100644 --- a/ArduCopter/control_land.cpp +++ b/ArduCopter/control_land.cpp @@ -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()