Skip to content

Commit

Permalink
Fix Astyle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cparata committed Sep 21, 2023
1 parent 5ddad7f commit 55c214a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/LSM6DSV16XSensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
/* Defines -------------------------------------------------------------------*/
/* For compatibility with ESP32 platforms */
#ifdef ESP32
#ifndef MSBFIRST
#define MSBFIRST SPI_MSBFIRST
#endif
#ifndef MSBFIRST
#define MSBFIRST SPI_MSBFIRST
#endif
#endif

#define LSM6DSV16X_ACC_SENSITIVITY_FS_2G 0.061f
Expand Down

0 comments on commit 55c214a

Please sign in to comment.