mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-22 22:32:11 +08:00
mixer_module: do not enter test mode if kill switch is engaged
This commit is contained in:
@@ -316,7 +316,7 @@ bool MixingOutput::update()
|
||||
}
|
||||
|
||||
// check for motor test
|
||||
if (!_armed.armed) {
|
||||
if (!_armed.armed && !_armed.manual_lockdown) {
|
||||
unsigned num_motor_test = motorTest();
|
||||
|
||||
if (num_motor_test > 0) {
|
||||
|
||||
Reference in New Issue
Block a user