Skip to content

Commit f735ef0

Browse files
committed
clang format
1 parent 8fdba69 commit f735ef0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/i2c/controller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ static const std::unordered_map<uint16_t, std::vector<const char *>>
395395
{"htu21d", "htu31d", "ina219", "ina228", "ina237", "ina238", "ina260",
396396
"ms8607", "si7021", "stemma_soil"}},
397397
{0x41, {"htu31d", "ina219", "ina228", "ina237", "ina238", "ina260"}},
398-
{0x44,
398+
{0x44,
399399
{"hdc302x", "ina228", "ina237", "ina238", "ina260", "sht3x", "sht4x"}},
400400
{0x45, {"hdc302x", "ina228", "ina237", "ina238", "ina260", "sht3x"}},
401401
{0x46, {"hdc302x"}},

src/components/i2c/drivers/drvIna228.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ bool drvIna228::begin() {
4040
WS_DEBUG_PRINTLN("INA228 failed to initialise!");
4141
return false;
4242
}
43-
43+
4444
_ina228->setShunt(0.015, 10.0);
4545
if (_ina228->getCurrentConversionTime() != INA228_TIME_280_us) {
4646
_ina228->setCurrentConversionTime(INA228_TIME_280_us);

0 commit comments

Comments
 (0)