Copter: remove DRIFT and SPORT from manual_flight_mode function
This commit is contained in:
parent
e8303475e8
commit
450f988a21
@ -259,8 +259,6 @@ static bool manual_flight_mode(uint8_t mode) {
|
|||||||
switch(mode) {
|
switch(mode) {
|
||||||
case ACRO:
|
case ACRO:
|
||||||
case STABILIZE:
|
case STABILIZE:
|
||||||
case DRIFT:
|
|
||||||
case SPORT:
|
|
||||||
return true;
|
return true;
|
||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user