mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-17 08:10:35 +08:00
drv_mixer.h - delete unused MIXERIOCGETOUTPUTCOUNT
This commit is contained in:
@@ -2810,10 +2810,6 @@ PX4IO::ioctl(file *filep, int cmd, unsigned long arg)
|
||||
}
|
||||
break;
|
||||
|
||||
case MIXERIOCGETOUTPUTCOUNT:
|
||||
*(unsigned *)arg = _max_actuators;
|
||||
break;
|
||||
|
||||
case MIXERIOCRESET:
|
||||
ret = 0; /* load always resets */
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user