Browse Source

Copter: comment fix

mission-4.1.18
Randy Mackay 11 years ago committed by Andrew Tridgell
parent
commit
81c7df7678
  1. 1
      ArduCopter/commands_logic.pde

1
ArduCopter/commands_logic.pde

@ -259,7 +259,6 @@ static void do_nav_wp() @@ -259,7 +259,6 @@ static void do_nav_wp()
}
// do_land - initiate landing procedure
// caller should set roll_pitch_mode to ROLL_PITCH_AUTO (for no pilot input) or ROLL_PITCH_LOITER (for pilot input)
static void do_land(const struct Location *cmd)
{
// To-Do: check if we have already landed

Loading…
Cancel
Save