forked from Archive/PX4-Autopilot
I don't want a switch for failsafe for the copter
This commit is contained in:
parent
fe6496a04d
commit
28b3ecd9c6
|
@ -84,6 +84,9 @@ mixer_tick(void)
|
|||
int i;
|
||||
bool should_arm;
|
||||
|
||||
// XXX for now
|
||||
system_state.mixer_manual_override = false;
|
||||
|
||||
/*
|
||||
* Decide which set of inputs we're using.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue