Browse Source

df_mpu9250_wrapper: removed a debug printf

sbg
Julian Oes 9 years ago committed by Lorenz Meier
parent
commit
a381c6cea5
  1. 2
      src/platforms/posix/drivers/df_mpu9250_wrapper/df_mpu9250_wrapper.cpp

2
src/platforms/posix/drivers/df_mpu9250_wrapper/df_mpu9250_wrapper.cpp

@ -288,7 +288,7 @@ int DfMpu9250Wrapper::start() @@ -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();

Loading…
Cancel
Save