rustfmt
This commit is contained in:
parent
2460d21fa4
commit
02812754ec
1 changed files with 0 additions and 1 deletions
|
@ -855,7 +855,6 @@ mod eh1 {
|
|||
type Error = Error;
|
||||
}
|
||||
|
||||
|
||||
impl<'d, T: Instance> embedded_hal_1::i2c::blocking::I2c for I2c<'d, T> {
|
||||
fn read(&mut self, address: u8, buffer: &mut [u8]) -> Result<(), Self::Error> {
|
||||
self.blocking_read(address, buffer)
|
||||
|
|
Loading…
Reference in a new issue