Fixed mixer loading for FMU

This commit is contained in:
Lorenz Meier
2012-11-08 18:43:38 +01:00
parent 9221addebd
commit bb0c7450c8
+1
View File
@@ -477,6 +477,7 @@ PX4FMU::ioctl(file *filp, int cmd, unsigned long arg)
case MODE_HIL_8PWM:
/* do nothing */
debug("loading mixer for virtual HIL device");
ret = 0;
break;
default:
debug("not in a PWM mode");