Skip to content

Commit 8086b44

Browse files
fixed typo in include
1 parent 0957f82 commit 8086b44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/i2c/drivers/WipperSnapper_I2C_Driver_SEN6X.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* @file WipperSnapper_I2C_Driver_SEN6x.h
2+
* @file WipperSnapper_I2C_Driver_SEN6X.h
33
*
44
* Device driver for the SEN66 Particulate Matter, Temperature, Humidity, VOC, NOX, and CO2 sensor.
55
*
@@ -18,7 +18,7 @@
1818
#define WipperSnapper_I2C_Driver_SEN6X_H
1919

2020
#include "WipperSnapper_I2C_Driver.h"
21-
#include <SensirionI2CSen66.h>
21+
#include <SensirionI2cSen66.h>
2222
#include <Wire.h>
2323

2424
/**************************************************************************/

0 commit comments

Comments
 (0)