Issue #1986 add PartialEq to SyncEnable to fix build error on sai_v4
This commit is contained in:
parent
d1f4511cd1
commit
d42cfda2db
@ -206,7 +206,7 @@ impl Protocol {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Copy, Clone)]
|
||||
#[derive(Copy, Clone, PartialEq)]
|
||||
pub enum SyncEnable {
|
||||
Asynchronous,
|
||||
/// Syncs with the other A/B sub-block within the SAI unit
|
||||
|
Loading…
Reference in New Issue
Block a user