drv_mixer.h - delete unused MIXERIOCGETOUTPUTCOUNT

This commit is contained in:
Daniel Agar
2019-11-20 22:39:20 -05:00
parent a255789be4
commit c8211dee28
7 changed files with 1 additions and 14 deletions
-1
View File
@@ -877,7 +877,6 @@ DShotOutput::pwm_ioctl(file *filp, int cmd, unsigned long arg)
switch (cmd) {
case PWM_SERVO_GET_COUNT:
case MIXERIOCGETOUTPUTCOUNT:
switch (_mode) {
#if defined(BOARD_HAS_PWM) && BOARD_HAS_PWM >= 14