mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 11:37:36 +08: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;
|
||||
}
|
||||
|
||||
/* FALLTHROUGH */
|
||||
case PWM_SERVO_GET(4):
|
||||
if (_mode < MODE_5PWM1CAP) {
|
||||
ret = -EINVAL;
|
||||
|
||||
Reference in New Issue
Block a user