Fixed typo
This commit is contained in:
parent
ccc9922d0a
commit
23b144eeb2
@ -90,7 +90,7 @@ union {
|
|||||||
struct {
|
struct {
|
||||||
uint16_t main_values[3]; // CO2, T_SHT4x, RH_SHT4x
|
uint16_t main_values[3]; // CO2, T_SHT4x, RH_SHT4x
|
||||||
uint16_t backup_values[2]; // T_SCD4x, RH_SCD4x
|
uint16_t backup_values[2]; // T_SCD4x, RH_SCD4x
|
||||||
int16_t extented_range_values[2]; // T_SHT4x_signed, T_SCD4x_signed
|
int16_t extended_range_values[2]; // T_SHT4x_signed, T_SCD4x_signed
|
||||||
};
|
};
|
||||||
struct {
|
struct {
|
||||||
uint16_t unsigned_values[5];
|
uint16_t unsigned_values[5];
|
||||||
|
Loading…
Reference in New Issue
Block a user