mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 22:32:29 +00:00
Fixup display -> debug
This commit is contained in:
parent
5ddee8586a
commit
89986fe967
@ -388,7 +388,7 @@ impl<'d, T: Instance + 'd, M: Mode> I2c<'d, T, M> {
|
|||||||
let mut me = Self { phantom: PhantomData };
|
let mut me = Self { phantom: PhantomData };
|
||||||
|
|
||||||
if let Err(e) = me.set_config_inner(&config) {
|
if let Err(e) = me.set_config_inner(&config) {
|
||||||
panic!("Error configuring i2c: {}", e);
|
panic!("Error configuring i2c: {:?}", e);
|
||||||
}
|
}
|
||||||
|
|
||||||
me
|
me
|
||||||
|
Loading…
Reference in New Issue
Block a user