Skip to content

Commit b1ca983

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libraries/Wire/src/Wire.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ void TwoWire::flush()
626626
void TwoWire::onReceive( void (*function)(int) )
627627
{
628628
#if SOC_I2C_SUPPORT_SLAVE
629-
user_onReceive = function;
629+
user_onReceive = function;
630630
#endif
631631
}
632632

0 commit comments

Comments
 (0)