mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-05 22:24:47 +08:00
Fixed mixer loading for FMU
This commit is contained in:
@@ -477,6 +477,7 @@ PX4FMU::ioctl(file *filp, int cmd, unsigned long arg)
|
|||||||
case MODE_HIL_8PWM:
|
case MODE_HIL_8PWM:
|
||||||
/* do nothing */
|
/* do nothing */
|
||||||
debug("loading mixer for virtual HIL device");
|
debug("loading mixer for virtual HIL device");
|
||||||
|
ret = 0;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
debug("not in a PWM mode");
|
debug("not in a PWM mode");
|
||||||
|
|||||||
Reference in New Issue
Block a user