Merge upstream

This commit is contained in:
Henrik Alsér
2022-07-08 23:42:19 +02:00
parent b72ba0a6c4
commit 15384d27bb
2 changed files with 6 additions and 6 deletions

View File

@ -101,7 +101,6 @@ where
}
}
<<<<<<< HEAD
pub struct I2cBusDeviceWithConfig<'a, M: RawMutex, BUS, C> {
bus: &'a Mutex<M, RefCell<BUS>>,
config: C,
@ -183,7 +182,8 @@ where
let _ = operations;
todo!()
}
=======
}
impl<'a, M, BUS, E> embedded_hal_02::blocking::i2c::Write for I2cBusDevice<'_, M, BUS>
where
M: RawMutex,
@ -224,5 +224,4 @@ where
.map_err(I2cBusDeviceError::I2c)
})
}
>>>>>>> master
}