From 78735a94dc978ae34c23121a7688162daea5cc71 Mon Sep 17 00:00:00 2001 From: Jonathan Bennett Date: Fri, 25 Apr 2025 22:46:33 -0500 Subject: [PATCH] Un-clobber bmx160 --- src/motion/BMX160Sensor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()