Browse Source

Copter: remove DRIFT and SPORT from manual_flight_mode function

master
Jonathan Challinger 10 years ago committed by Randy Mackay
parent
commit
450f988a21
  1. 2
      ArduCopter/flight_mode.pde

2
ArduCopter/flight_mode.pde

@ -259,8 +259,6 @@ static bool manual_flight_mode(uint8_t mode) { @@ -259,8 +259,6 @@ static bool manual_flight_mode(uint8_t mode) {
switch(mode) {
case ACRO:
case STABILIZE:
case DRIFT:
case SPORT:
return true;
default:
return false;

Loading…
Cancel
Save