Skip to content

Commit

Permalink
Helps if you include the file
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern committed Nov 23, 2024
1 parent e9abfe5 commit 3a60e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/motion/BMA423Sensor.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "BMA423Sensor.h"

#if !defined(ARCH_PORTDUINO) && !defined(ARCH_STM32WL) && !MESHTASTIC_EXCLUDE_I2C && defined(BMA423)
#if !defined(ARCH_PORTDUINO) && !defined(ARCH_STM32WL) && !MESHTASTIC_EXCLUDE_I2C && defined(HAS_BMA423)

using namespace MotionSensorI2C;

Expand Down

0 comments on commit 3a60e15

Please sign in to comment.