From f782feb2bbf3ddf50e5cf680df4c248e038440fd Mon Sep 17 00:00:00 2001 From: Jonathan Bennett Date: Fri, 25 Apr 2025 22:36:58 -0500 Subject: [PATCH] Remove hard-coded checks for ARCH_PORTDUINO --- 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 d0efa5ae6..3398892ea 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 +#if !defined(ARCH_STM32WL) && !MESHTASTIC_EXCLUDE_I2C && __has_include() #if defined(RAK_4631) && !defined(RAK2560) && __has_include()