mirror of https://github.com/ArduPilot/ardupilot
Plane: catch a px4_mixer failure case
This commit is contained in:
parent
8adc60751c
commit
1520d8f734
|
@ -290,6 +290,7 @@ bool Plane::setup_failsafe_mixing(void)
|
|||
}
|
||||
if (ioctl(px4io_fd, PWM_SERVO_SET_RC_CONFIG, (unsigned long)&config) != 0) {
|
||||
hal.console->printf("SET_RC_CONFIG failed\n");
|
||||
goto failed;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue