Skip to content

Commit

Permalink
Update LPS22HHSensor.h
Browse files Browse the repository at this point in the history
Signed-off-by: Carlo Parata <carlo.parata@st.com>
  • Loading branch information
cparata authored Nov 28, 2023
1 parent 4e4320d commit 004e390
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/LPS22HHSensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
/* Defines -------------------------------------------------------------------*/
/* For compatibility with ESP32 platforms */
#ifdef ESP32
#ifndef MSBFIRST
#define MSBFIRST SPI_MSBFIRST
#endif
#ifndef MSBFIRST
#define MSBFIRST SPI_MSBFIRST
#endif
#endif


Expand Down

0 comments on commit 004e390

Please sign in to comment.