diff --git a/usermods/mpu6050_imu/usermod_mpu6050_imu.h b/usermods/mpu6050_imu/usermod_mpu6050_imu.h index 9e2a4c2d..62da89e1 100644 --- a/usermods/mpu6050_imu/usermod_mpu6050_imu.h +++ b/usermods/mpu6050_imu/usermod_mpu6050_imu.h @@ -50,6 +50,11 @@ // WLEDMM: make sure that the "standard" Wire object is used #define I2CDEV_IMPLEMENTATION I2CDEV_ARDUINO_WIRE +// WLEDMM avoid stupid warnings +#undef DEBUG_PRINT +#undef DEBUG_PRINTLN +#undef DEBUG_PRINTF + #include #include