From 71722d2e490e8c3496d5285fcd8307a4a21a6504 Mon Sep 17 00:00:00 2001 From: Jonathan Challinger Date: Fri, 10 Oct 2014 02:04:40 -0700 Subject: [PATCH] Copter: remove DRIFT and SPORT from manual_flight_mode function --- ArduCopter/flight_mode.pde | 2 -- 1 file changed, 2 deletions(-) diff --git a/ArduCopter/flight_mode.pde b/ArduCopter/flight_mode.pde index 0776191991..a0f4fee88f 100644 --- a/ArduCopter/flight_mode.pde +++ b/ArduCopter/flight_mode.pde @@ -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;