Copter: remove DRIFT and SPORT from manual_flight_mode function

This commit is contained in:
Jonathan Challinger 2014-10-10 02:04:40 -07:00 committed by Randy Mackay
parent 4f427c6215
commit 71722d2e49

View File

@ -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;