Skip to content

Commit b8c98f2

Browse files
committed
fix redefiniton for Wippersnapper.h within driver
1 parent 7558d32 commit b8c98f2

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

src/components/i2c/drivers/drvMcp3421.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#ifndef DRV_MCP3421_H
1616
#define DRV_MCP3421_H
1717

18-
#include "Wippersnapper_V2.h"
1918
#include "drvBase.h"
2019
#include <Adafruit_MCP3421.h>
2120

src/components/i2c/drivers/drvPm25.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#ifndef DRV_PM25_H
1717
#define DRV_PM25_H
1818

19-
#include "Wippersnapper_V2.h"
2019
#include "drvBase.h"
2120
#include <Adafruit_PM25AQI.h>
2221
#include <Wire.h>

src/components/i2c/drivers/drvScd4x.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
#ifndef DRV_SCD4X_H
1818
#define DRV_SCD4X_H
1919

20-
#include "Wippersnapper_V2.h"
2120
#include "drvBase.h"
2221
#include <SensirionI2CScd4x.h>
2322
#include <Wire.h>

src/components/i2c/drivers/drvVl6180x.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#ifndef DRV_VL6180X_H
1616
#define DRV_VL6180X_H
1717

18-
#include "Wippersnapper_V2.h"
1918
#include "drvBase.h"
2019
#include <Adafruit_VL6180X.h>
2120

0 commit comments

Comments
 (0)