Merge branch 'mavlink2_hil' into paul_estimator_mavlink2

This commit is contained in:
Lorenz Meier
2014-03-17 14:37:44 +01:00
+1 -1
View File
@@ -243,7 +243,7 @@ RGBLED::ioctl(struct file *filp, int cmd, unsigned long arg)
default:
/* see if the parent class can make any use of it */
ret = CDev::ioctl(filep, cmd, arg);
ret = CDev::ioctl(filp, cmd, arg);
break;
}