Skip to content

Commit 417009a

Browse files
authored
Update WipperSnapper_I2C_Driver_SCD4X.h - update instantiation
1 parent fac2028 commit 417009a

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
@@ -51,7 +51,7 @@ class WipperSnapper_I2C_Driver_SCD4X : public WipperSnapper_I2C_Driver {
5151
*/
5252
/*******************************************************************************/
5353
bool begin() {
54-
_scd = new SensirionI2CScd4x();
54+
_scd = new SensirionI2cScd4x();
5555
_scd->begin(*_i2c);
5656

5757
// stop previously started measurement

0 commit comments

Comments
 (0)