add Eq auto-derives
All checks were successful
Rust/va108xx-hal/pipeline/head This commit looks good

This commit is contained in:
2022-09-13 10:47:11 +02:00
parent 833567037c
commit 0ee53c70d5
9 changed files with 32 additions and 32 deletions

View File

@ -11,7 +11,7 @@ static SYS_CLOCK: Mutex<OnceCell<Hertz>> = Mutex::new(OnceCell::new());
pub type PeripheralClocks = PeripheralSelect;
#[derive(Debug, PartialEq)]
#[derive(Debug, PartialEq, Eq)]
pub enum FilterClkSel {
SysClk = 0,
Clk1 = 1,