We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ddad7f commit 55c214aCopy full SHA for 55c214a
1 file changed
src/LSM6DSV16XSensor.h
@@ -52,9 +52,9 @@
52
/* Defines -------------------------------------------------------------------*/
53
/* For compatibility with ESP32 platforms */
54
#ifdef ESP32
55
-#ifndef MSBFIRST
56
-#define MSBFIRST SPI_MSBFIRST
57
-#endif
+ #ifndef MSBFIRST
+ #define MSBFIRST SPI_MSBFIRST
+ #endif
58
#endif
59
60
#define LSM6DSV16X_ACC_SENSITIVITY_FS_2G 0.061f
0 commit comments