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