mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
fmu: fix implicit fallthrough
This commit is contained in:
committed by
Julian Oes
parent
d41f72f092
commit
907b6ccf46
@@ -1693,6 +1693,7 @@ PX4FMU::pwm_ioctl(file *filp, int cmd, unsigned long arg)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* FALLTHROUGH */
|
||||||
case PWM_SERVO_GET(4):
|
case PWM_SERVO_GET(4):
|
||||||
if (_mode < MODE_5PWM1CAP) {
|
if (_mode < MODE_5PWM1CAP) {
|
||||||
ret = -EINVAL;
|
ret = -EINVAL;
|
||||||
|
|||||||
Reference in New Issue
Block a user