Issue #1986 add PartialEq to SyncEnable to fix build error on sai_v4
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user