Sub: allow arming from manual mode

This commit is contained in:
jaxxzer 2016-07-04 11:26:23 -04:00 committed by Andrew Tridgell
parent 38be177e47
commit 6696119ec7

View File

@ -279,6 +279,7 @@ bool Sub::mode_has_manual_throttle(control_mode_t mode) {
switch(mode) {
case ACRO:
case STABILIZE:
case MANUAL:
return true;
default:
return false;