diff --git a/src/motion/BMX160Sensor.h b/src/motion/BMX160Sensor.h index 3398892ea..d0efa5ae6 100755 --- a/src/motion/BMX160Sensor.h +++ b/src/motion/BMX160Sensor.h @@ -5,7 +5,7 @@ #include "MotionSensor.h" -#if !defined(ARCH_STM32WL) && !MESHTASTIC_EXCLUDE_I2C && __has_include() +#if !defined(ARCH_STM32WL) && !MESHTASTIC_EXCLUDE_I2C #if defined(RAK_4631) && !defined(RAK2560) && __has_include()