icm20948: disable debug output (_debug_enabled=true)

This commit is contained in:
Daniel Agar
2022-04-24 12:43:44 -04:00
parent 6981a70859
commit 8df3932d6a
@@ -49,8 +49,6 @@ ICM20948::ICM20948(const I2CSPIDriverConfig &config) :
_px4_accel(get_device_id(), config.rotation),
_px4_gyro(get_device_id(), config.rotation)
{
_debug_enabled = true;
if (_drdy_gpio != 0) {
_drdy_missed_perf = perf_alloc(PC_COUNT, MODULE_NAME": DRDY missed");
}