Skip to content

Commit ed6a181

Browse files
Fixed guards
1 parent 1deb17a commit ed6a181

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/SparkFunCCS811.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ or concerns with licensing, please contact [email protected].
2424
Distributed as-is; no warranty is given.
2525
******************************************************************************/
2626

27-
#ifndef __CCS811_IMU_H__
28-
#define __CCS811_IMU_H__
27+
#ifndef __CCS811_H__
28+
#define __CCS811_H__
2929

3030
#include "stdint.h"
3131

@@ -132,4 +132,4 @@ class CCS811 : public CCS811Core
132132
float temperature;
133133
};
134134

135-
#endif // End of __LIS3DH_IMU_H__ definition check
135+
#endif // End of definition check

0 commit comments

Comments
 (0)