mixer_module: do not enter test mode if kill switch is engaged

This commit is contained in:
Beat Küng
2019-10-21 12:12:36 +02:00
parent 285ae608a5
commit bc09a872fa
+1 -1
View File
@@ -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) {