Skip to content

Commit

Permalink
Wrong macro
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern committed Nov 23, 2024
1 parent 73067ad commit e9abfe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/motion/BMA423Sensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include "MotionSensor.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)

#include <SensorBMA423.hpp>
#include <Wire.h>
Expand Down

0 comments on commit e9abfe5

Please sign in to comment.