Skip to content

Commit c0acc94

Browse files
committed
format document
1 parent be8f206 commit c0acc94

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/i2c/drivers/WipperSnapper_I2C_Driver_DS2484.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ class WipperSnapper_I2C_Driver_DS2484 : public WipperSnapper_I2C_Driver {
8888
while (!found_device && _ds2484->OneWireSearch(_rom)) {
8989
if (_rom[0] == DS18B20_FAMILY_CODE) {
9090
found_device = true;
91-
}
92-
else {
91+
} else {
9392
WS_DEBUG_PRINT("Found unwanted device with family code: 0x");
9493
WS_DEBUG_PRINTHEX(_rom[0]);
9594
WS_DEBUG_PRINTLN(" expected 0x28"); // DS18B20_FAMILY_CODE

0 commit comments

Comments
 (0)