Skip to content

Commit bca2887

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

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
@@ -634,7 +634,7 @@ void TwoWire::onReceive( void (*function)(int) )
634634
void TwoWire::onRequest( void (*function)(void) )
635635
{
636636
#if SOC_I2C_SUPPORT_SLAVE
637-
user_onRequest = function;
637+
user_onRequest = function;
638638
#endif
639639
}
640640

0 commit comments

Comments
 (0)