forked from M-Labs/artiq
grabber: rationalize derived traits
This commit is contained in:
parent
49f7a1610f
commit
99a15ca0c6
|
@ -1,6 +1,6 @@
|
|||
use board_misoc::csr;
|
||||
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
||||
#[derive(PartialEq)]
|
||||
enum State {
|
||||
Down,
|
||||
WaitResolution,
|
||||
|
|
Loading…
Reference in New Issue