bsps/beagle: Remove some debug output from I2C.

This commit is contained in:
Christian Mauderer
2020-07-08 10:53:26 +02:00
parent 29e7a069f8
commit 6014fadb5a

View File

@@ -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;
}