forked from Archive/PX4-Autopilot
drv_mag: added ioctl to control temperature compensation
This commit is contained in:
parent
2d94449076
commit
dea97dd277
|
@ -129,4 +129,7 @@ ORB_DECLARE(sensor_mag);
|
|||
/** determine if mag is external or onboard */
|
||||
#define MAGIOCGEXTERNAL _MAGIOC(11)
|
||||
|
||||
/** enable/disable temperature compensation */
|
||||
#define MAGIOCSTEMPCOMP _MAGIOC(12)
|
||||
|
||||
#endif /* _DRV_MAG_H */
|
||||
|
|
Loading…
Reference in New Issue