clang tidy

This commit is contained in:
Tyeth Gundry
2022-12-15 23:10:12 +00:00
committed by GitHub
parent 7d15c6fd8f
commit ab0e94cd84

View File

@ -138,10 +138,11 @@ typedef struct {
float current; /**< current in milliamps (mA) */
float voltage; /**< voltage in volts (V) */
float tvoc; /**< Total Volatile Organic Compounds, in ppb */
int32_t voc_index; /**< VOC (Volatile Organic Compound) index where 100 is normal */
int32_t nox_index; /**< NOx (Nitrogen Oxides) index where 100 is normal */
sensors_color_t color; /**< color in RGB component values */
}; ///< Union for the wide ranges of data we can carry
int32_t voc_index; /**< VOC (Volatile Organic Compound) index where 100 is
normal */
int32_t nox_index; /**< NOx (Nitrogen Oxides) index where 100 is normal */
sensors_color_t color; /**< color in RGB component values */
}; ///< Union for the wide ranges of data we can carry
} sensors_event_t;
/* Sensor details (40 bytes) */