Skip to content

Commit 7898c26

Browse files
committed
fix(bmp581): include casing fix
1 parent 8e803d1 commit 7898c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/i2c/drivers/WipperSnapper_I2C_Driver_BMP5XX.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#ifndef WipperSnapper_I2C_Driver_BMP5XX_H
1717
#define WipperSnapper_I2C_Driver_BMP5XX_H
1818

19-
#include <Adafruit_BMP5XX.h>
19+
#include <Adafruit_BMP5xx.h>
2020

2121
#include "WipperSnapper_I2C_Driver.h"
2222

0 commit comments

Comments
 (0)