Show the error type
This commit is contained in:
parent
2db4d01198
commit
d02886786e
@ -474,8 +474,8 @@ impl<'d, SPI: SpiDevice, INT: Wait, RST: OutputPin> Runner<'d, SPI, INT, RST> {
|
|||||||
AdinError::Spi(e) => {
|
AdinError::Spi(e) => {
|
||||||
error!("RX Spi error {}", e.kind());
|
error!("RX Spi error {}", e.kind());
|
||||||
}
|
}
|
||||||
_ => {
|
e => {
|
||||||
error!("RX Error");
|
error!("RX Error {:?}", e);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user