mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 06:00:34 +08:00
sensors (accel/gyro/mag) determine if external with device id
This commit is contained in:
@@ -43,7 +43,6 @@ SensorMagSim::SensorMagSim() :
|
||||
ScheduledWorkItem(MODULE_NAME, px4::wq_configurations::hp_default)
|
||||
{
|
||||
_px4_mag.set_device_type(DRV_MAG_DEVTYPE_MAGSIM);
|
||||
_px4_mag.set_external(false);
|
||||
}
|
||||
|
||||
SensorMagSim::~SensorMagSim()
|
||||
|
||||
Reference in New Issue
Block a user