fixup another display -> debug
This commit is contained in:
parent
25bff1d0b9
commit
f1bf931920
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ impl<'d, T: Instance> I2cSlave<'d, T> {
|
||||||
return Poll::Ready(Err(Error::PartialWrite(buffer.len())));
|
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() {
|
if me.pending_byte.is_some() {
|
||||||
warn!("pending")
|
warn!("pending")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue