From fb575bf8a79a0ac20274e7b6ca87958e6f002759 Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Sun, 8 Jan 2023 21:15:12 +0100 Subject: [PATCH] remove stupid compiler warning --- usermods/mpu6050_imu/usermod_mpu6050_imu.h | 5 +++++ 1 file changed, 5 insertions(+) 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