|
|
@ -364,7 +364,7 @@ protected: |
|
|
|
IGNORE_RECEIVER = (1 << 0), // RC receiver modules
|
|
|
|
IGNORE_RECEIVER = (1 << 0), // RC receiver modules
|
|
|
|
IGNORE_OVERRIDES = (1 << 1), // MAVLink overrides
|
|
|
|
IGNORE_OVERRIDES = (1 << 1), // MAVLink overrides
|
|
|
|
IGNORE_FAILSAFE = (1 << 2), // ignore RC failsafe bits
|
|
|
|
IGNORE_FAILSAFE = (1 << 2), // ignore RC failsafe bits
|
|
|
|
IGNORE_CTRLCHAN = (1 << 3), // ignore RC failsafe bits
|
|
|
|
IGNORE_CTRLCHAN = (1 << 3), // ignore RC before ch6
|
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
void new_override_received() { |
|
|
|
void new_override_received() { |
|
|
|