clang tidy

This commit is contained in:
Tyeth Gundry 2022-12-15 23:10:12 +00:00 committed by GitHub
parent 7d15c6fd8f
commit ab0e94cd84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -138,7 +138,8 @@ 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 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