Skip to content

Commit 9c9a98d

Browse files
authored
Update WipperSnapper_I2C_Driver_SCD4X.h - renamed include
1 parent 4f1d110 commit 9c9a98d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/i2c/drivers/WipperSnapper_I2C_Driver_SCD4X.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#define WipperSnapper_I2C_Driver_SCD4X_H
1919

2020
#include "WipperSnapper_I2C_Driver.h"
21-
#include <SensirionI2CScd4x.h>
21+
#include <SensirionI2cScd4x.h>
2222
#include <Wire.h>
2323

2424
/**************************************************************************/
@@ -151,4 +151,4 @@ class WipperSnapper_I2C_Driver_SCD4X : public WipperSnapper_I2C_Driver {
151151
float _humidity; ///< SCD4x humidity reading
152152
};
153153

154-
#endif // WipperSnapper_I2C_Driver_SCD4X
154+
#endif // WipperSnapper_I2C_Driver_SCD4X

0 commit comments

Comments
 (0)