mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-15 06:20:36 +08:00
delete unused IOCTL MAGIOCGRANGE
This commit is contained in:
committed by
Lorenz Meier
parent
0ea18b2b73
commit
d76155107c
@@ -672,9 +672,6 @@ ACCELSIM::mag_ioctl(unsigned long cmd, unsigned long arg)
|
||||
case MAGIOCSRANGE:
|
||||
return mag_set_range(arg);
|
||||
|
||||
case MAGIOCGRANGE:
|
||||
return _mag_range_ga;
|
||||
|
||||
case MAGIOCGEXTERNAL:
|
||||
/* Even if this sensor is on the "external" SPI bus
|
||||
* it is still fixed to the autopilot assembly,
|
||||
|
||||
Reference in New Issue
Block a user