fmu: fix implicit fallthrough

This commit is contained in:
Julien Lecoeur
2019-08-15 12:15:34 +02:00
committed by Julian Oes
parent d41f72f092
commit 907b6ccf46

View File

@@ -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;