From 1d5bac83e5092b9f43f4400c6e007a1c444b9364 Mon Sep 17 00:00:00 2001 From: Lady Ada Date: Sat, 28 Dec 2019 20:43:08 -0500 Subject: [PATCH] clang2 --- Adafruit_Sensor.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Adafruit_Sensor.h b/Adafruit_Sensor.h index d0f8420..20c5d3d 100755 --- a/Adafruit_Sensor.h +++ b/Adafruit_Sensor.h @@ -44,8 +44,9 @@ (30.0F) /**< Minimum magnetic field on Earth's surface */ #define SENSORS_PRESSURE_SEALEVELHPA \ (1013.25F) /**< Average sea level pressure is 1013.25 hPa */ -#define SENSORS_DPS_TO_RADS (0.017453293F) /**< Degrees/s to rad/s multiplier \ - */ +#define SENSORS_DPS_TO_RADS \ + (0.017453293F) /**< Degrees/s to rad/s multiplier \ + */ #define SENSORS_GAUSS_TO_MICROTESLA \ (100) /**< Gauss to micro-Tesla multiplier */