mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 09:13:32 +08:00
df_mpu9250_wrapper: removed a debug printf
This commit is contained in:
@@ -288,7 +288,7 @@ int DfMpu9250Wrapper::start()
|
||||
return ret;
|
||||
}
|
||||
|
||||
PX4_INFO("MPU9250 device id is: %d", m_id.dev_id);
|
||||
PX4_DEBUG("MPU9250 device id is: %d", m_id.dev_id);
|
||||
|
||||
/* Force getting the calibration values. */
|
||||
_update_accel_calibration();
|
||||
|
||||
Reference in New Issue
Block a user