ArduCopter: fixed small bug re arming_counter for TOY mode
This commit is contained in:
parent
9773c8ce93
commit
07c7c3945d
@ -17,7 +17,7 @@ static void arm_motors()
|
||||
return;
|
||||
}
|
||||
|
||||
if ((control_mode > ACRO) && ((control_mode != TOY_A) || (control_mode != TOY_M))){
|
||||
if ((control_mode > ACRO) && ((control_mode != TOY_A) && (control_mode != TOY_M))){
|
||||
arming_counter = 0;
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user