Remove hard-coded checks for ARCH_PORTDUINO

This commit is contained in:
Jonathan Bennett 2025-04-25 22:36:58 -05:00
parent 7821b801d8
commit f782feb2bb

View File

@ -5,7 +5,7 @@
#include "MotionSensor.h"
#if !defined(ARCH_STM32WL) && !MESHTASTIC_EXCLUDE_I2C
#if !defined(ARCH_STM32WL) && !MESHTASTIC_EXCLUDE_I2C && __has_include(<Rak_BMX160.h>)
#if defined(RAK_4631) && !defined(RAK2560) && __has_include(<Rak_BMX160.h>)