mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-13 14:57:35 +08:00
sensors (accel/gyro/mag) determine if external with device id
This commit is contained in:
@@ -44,7 +44,6 @@ FakeMagnetometer::FakeMagnetometer() :
|
||||
_px4_mag(0, ROTATION_NONE)
|
||||
{
|
||||
_px4_mag.set_device_type(DRV_MAG_DEVTYPE_MAGSIM);
|
||||
_px4_mag.set_external(false);
|
||||
}
|
||||
|
||||
bool FakeMagnetometer::init()
|
||||
|
||||
Reference in New Issue
Block a user