Skip to content

Commit

Permalink
fix redefiniton for Wippersnapper.h within driver
Browse files Browse the repository at this point in the history
  • Loading branch information
brentru committed Feb 13, 2025
1 parent 7558d32 commit b8c98f2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/components/i2c/drivers/drvMcp3421.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#ifndef DRV_MCP3421_H
#define DRV_MCP3421_H

#include "Wippersnapper_V2.h"
#include "drvBase.h"
#include <Adafruit_MCP3421.h>

Expand Down
1 change: 0 additions & 1 deletion src/components/i2c/drivers/drvPm25.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#ifndef DRV_PM25_H
#define DRV_PM25_H

#include "Wippersnapper_V2.h"
#include "drvBase.h"
#include <Adafruit_PM25AQI.h>
#include <Wire.h>
Expand Down
1 change: 0 additions & 1 deletion src/components/i2c/drivers/drvScd4x.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#ifndef DRV_SCD4X_H
#define DRV_SCD4X_H

#include "Wippersnapper_V2.h"
#include "drvBase.h"
#include <SensirionI2CScd4x.h>
#include <Wire.h>
Expand Down
1 change: 0 additions & 1 deletion src/components/i2c/drivers/drvVl6180x.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#ifndef DRV_VL6180X_H
#define DRV_VL6180X_H

#include "Wippersnapper_V2.h"
#include "drvBase.h"
#include <Adafruit_VL6180X.h>

Expand Down

0 comments on commit b8c98f2

Please sign in to comment.