Skip to content

Commit 55c214a

Browse files
committed
Fix Astyle issue
1 parent 5ddad7f commit 55c214a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/LSM6DSV16XSensor.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
/* Defines -------------------------------------------------------------------*/
5353
/* For compatibility with ESP32 platforms */
5454
#ifdef ESP32
55-
#ifndef MSBFIRST
56-
#define MSBFIRST SPI_MSBFIRST
57-
#endif
55+
#ifndef MSBFIRST
56+
#define MSBFIRST SPI_MSBFIRST
57+
#endif
5858
#endif
5959

6060
#define LSM6DSV16X_ACC_SENSITIVITY_FS_2G 0.061f

0 commit comments

Comments
 (0)