forked from Archive/PX4-Autopilot
Merge branch 'mavlink2_hil' into paul_estimator_mavlink2
This commit is contained in:
commit
3c7df42001
|
@ -243,7 +243,7 @@ RGBLED::ioctl(struct file *filp, int cmd, unsigned long arg)
|
||||||
|
|
||||||
default:
|
default:
|
||||||
/* see if the parent class can make any use of it */
|
/* see if the parent class can make any use of it */
|
||||||
ret = CDev::ioctl(filep, cmd, arg);
|
ret = CDev::ioctl(filp, cmd, arg);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue