mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-26 16:30:36 +08:00
Rename force_failsafe to termination for clarity
This commit is contained in:
committed by
Alex Klimaj
parent
34dacffc4a
commit
7fe78e184e
@@ -800,7 +800,7 @@ PX4IO::io_set_arming_state()
|
||||
_lockdown_override = false;
|
||||
}
|
||||
|
||||
if (armed.force_failsafe) {
|
||||
if (armed.termination) {
|
||||
set |= PX4IO_P_SETUP_ARMING_FORCE_FAILSAFE;
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user