Skip to content

Commit 004e390

Browse files
authored
Update LPS22HHSensor.h
Signed-off-by: Carlo Parata <[email protected]>
1 parent 4e4320d commit 004e390

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/LPS22HHSensor.h

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

5959

0 commit comments

Comments
 (0)