forked from Imagelibrary/rtems
bsps/beagle: Remove some debug output from I2C.
This commit is contained in:
@@ -199,7 +199,7 @@ static int am335x_i2c_reset( bbb_i2c_bus *bus )
|
||||
}
|
||||
|
||||
if ( timeout <= 0 ) {
|
||||
puts( "ERROR: Timeout in soft-reset\n" );
|
||||
debug_print( "ERROR: Timeout in soft-reset\n" );
|
||||
return ETIMEDOUT;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user