From 55c214a756009d81600df1daa44f8d5c56d2e890 Mon Sep 17 00:00:00 2001 From: Carlo PARATA Date: Thu, 21 Sep 2023 14:16:03 +0200 Subject: [PATCH] Fix Astyle issue --- src/LSM6DSV16XSensor.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/LSM6DSV16XSensor.h b/src/LSM6DSV16XSensor.h index 963cac1..f34a97c 100644 --- a/src/LSM6DSV16XSensor.h +++ b/src/LSM6DSV16XSensor.h @@ -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