mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-24 15:52:34 +00:00
fixup another display -> debug
This commit is contained in:
parent
25bff1d0b9
commit
f1bf931920
@ -243,7 +243,7 @@ impl<'d, T: Instance> I2cSlave<'d, T> {
|
||||
return Poll::Ready(Err(Error::PartialWrite(buffer.len())));
|
||||
}
|
||||
}
|
||||
trace!("len:{}, pend:{}", len, me.pending_byte);
|
||||
trace!("len:{}, pend:{:?}", len, me.pending_byte);
|
||||
if me.pending_byte.is_some() {
|
||||
warn!("pending")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user