mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-02-16 17:02:30 +00:00
Fix Formatting Issues
This commit is contained in:
parent
060d1f6e6f
commit
18ba56534b
@ -110,9 +110,9 @@ impl<'d, M: Mode> I2c<'d, M> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Wait for the bus to be free
|
// Wait for the bus to be free
|
||||||
while info.regs.isr().read().busy(){
|
while info.regs.isr().read().busy() {
|
||||||
timeout.check()?;
|
timeout.check()?;
|
||||||
};
|
}
|
||||||
|
|
||||||
let reload = if reload {
|
let reload = if reload {
|
||||||
i2c::vals::Reload::NOTCOMPLETED
|
i2c::vals::Reload::NOTCOMPLETED
|
||||||
|
Loading…
Reference in New Issue
Block a user