Skip to content

Commit 0095816

Browse files
committed
Fix BME280 uCase
1 parent 33f3533 commit 0095816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/i2c/controller.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
// I2C Drivers
2121
#include "drivers/drvAdt7410.h"
2222
#include "drivers/drvAhtx0.h"
23-
#include "drivers/drvBME280.h"
23+
#include "drivers/drvBme280.h"
2424
#include "drivers/drvBase.h" ///< Base driver class
2525
#include "drivers/drvBh1750.h"
2626
#include "drivers/drvBme680.h"

0 commit comments

Comments
 (0)