Skip to content

Commit

Permalink
Fix BME280 uCase
Browse files Browse the repository at this point in the history
  • Loading branch information
brentru committed Feb 13, 2025
1 parent 33f3533 commit 0095816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/i2c/controller.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// I2C Drivers
#include "drivers/drvAdt7410.h"
#include "drivers/drvAhtx0.h"
#include "drivers/drvBME280.h"
#include "drivers/drvBme280.h"
#include "drivers/drvBase.h" ///< Base driver class
#include "drivers/drvBh1750.h"
#include "drivers/drvBme680.h"
Expand Down

0 comments on commit 0095816

Please sign in to comment.