Skip to content

Commit 6ace339

Browse files
committed
clang format autodetection list
1 parent 5b55fd5 commit 6ace339

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/i2c/controller.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,9 @@ static const std::unordered_map<uint16_t, std::vector<const char *>>
425425
{0x2A, {"nau7802"}},
426426
{0x38, {"aht20", "max17048"}},
427427
{0x39, {"tsl2591"}},
428-
{0x40, {"htu21d", "htu31d", "ina219", "ina260", "ms8607", "si7021", "stemma_soil"}},
428+
{0x40,
429+
{"htu21d", "htu31d", "ina219", "ina260", "ms8607", "si7021",
430+
"stemma_soil"}},
429431
{0x41, {"htu31d", "ina219", "ina260"}},
430432
{0x44, {"hdc302x", "ina260", "sht3x", "sht4x"}},
431433
{0x45, {"hdc302x", "ina260", "sht3x"}},

0 commit comments

Comments
 (0)