Skip to content

Commit fac2028

Browse files
authored
Update WipperSnapper_I2C_Driver_SCD4X.h - update class name
1 parent 9c9a98d commit fac2028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/i2c/drivers/WipperSnapper_I2C_Driver_SCD4X.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ class WipperSnapper_I2C_Driver_SCD4X : public WipperSnapper_I2C_Driver {
145145
}
146146

147147
protected:
148-
SensirionI2CScd4x *_scd; ///< SCD4x driver object
148+
SensirionI2cScd4x *_scd; ///< SCD4x driver object
149149
uint16_t _co2; ///< SCD4x co2 reading
150150
float _temperature; ///< SCD4x temperature reading
151151
float _humidity; ///< SCD4x humidity reading

0 commit comments

Comments
 (0)