Skip to content

Commit

Permalink
Merge pull request #2 from meshtastic/main
Browse files Browse the repository at this point in the history
Don't redefine LITTLE_ENDIAN macro
  • Loading branch information
beegee-tokyo authored Jun 16, 2024
2 parents a373fc7 + 4821355 commit dcead07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/DFRobot_BMX160.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
#include <Wire.h>
#include <SPI.h>

#ifndef LITTLE_ENDIAN
#define LITTLE_ENDIAN 1
#endif

/** Mask definitions */
#define BMX160_ACCEL_BW_MASK 0x70
Expand Down

0 comments on commit dcead07

Please sign in to comment.