File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -138,10 +138,11 @@ typedef struct {
138138 float current; /* *< current in milliamps (mA) */
139139 float voltage; /* *< voltage in volts (V) */
140140 float tvoc; /* *< Total Volatile Organic Compounds, in ppb */
141- int32_t voc_index; /* *< VOC (Volatile Organic Compound) index where 100 is normal */
142- int32_t nox_index; /* *< NOx (Nitrogen Oxides) index where 100 is normal */
143- sensors_color_t color; /* *< color in RGB component values */
144- }; // /< Union for the wide ranges of data we can carry
141+ int32_t voc_index; /* *< VOC (Volatile Organic Compound) index where 100 is
142+ normal */
143+ int32_t nox_index; /* *< NOx (Nitrogen Oxides) index where 100 is normal */
144+ sensors_color_t color; /* *< color in RGB component values */
145+ }; // /< Union for the wide ranges of data we can carry
145146} sensors_event_t ;
146147
147148/* Sensor details (40 bytes) */
You can’t perform that action at this time.
0 commit comments