Browse Source

Copter: Modify method name in method header.

mission-4.1.18
murata 7 years ago committed by Randy Mackay
parent
commit
acfcd9980d
  1. 2
      ArduCopter/control_land.cpp

2
ArduCopter/control_land.cpp

@ -48,7 +48,7 @@ void Copter::land_run() @@ -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()

Loading…
Cancel
Save