mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
LSM303D: Update comment why we report as internal always
This commit is contained in:
parent
1e6bec6c77
commit
08aa1ebf17
@ -1067,7 +1067,10 @@ LSM303D::mag_ioctl(struct file *filp, int cmd, unsigned long arg)
|
||||
return mag_self_test();
|
||||
|
||||
case MAGIOCGEXTERNAL:
|
||||
/* no external mag board yet */
|
||||
/* Even if this sensor is on the "external" SPI bus
|
||||
* it is still fixed to the autopilot assembly,
|
||||
* so always return 0.
|
||||
*/
|
||||
return 0;
|
||||
|
||||
default:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user