Skip to content

Commit eacea66

Browse files
safoclP-R-O-C-H-Y
andauthored
refactor(libraries/Wire): fix indentation
Co-authored-by: Jan Procházka <[email protected]>
1 parent 35c0568 commit eacea66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Wire/src/Wire.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ size_t TwoWire::requestFrom(uint8_t address, size_t size, bool sendStop)
556556
}
557557

558558
size_t TwoWire::requestFrom(uint8_t address, size_t size){
559-
return requestFrom(address, size, true);
559+
return requestFrom(address, size, true);
560560
}
561561

562562
size_t TwoWire::write(uint8_t data)

0 commit comments

Comments
 (0)