forked from renet/ENC424J600
lib: derive debug for error for unwrapping
This commit is contained in:
parent
d7ba11611b
commit
736d63dcad
|
@ -29,6 +29,7 @@ pub trait EthController {
|
|||
}
|
||||
|
||||
/// TODO: Improve these error types
|
||||
#[derive(Debug)]
|
||||
pub enum EthControllerError {
|
||||
SpiPortError,
|
||||
GeneralError,
|
||||
|
|
Loading…
Reference in New Issue