Issue #1986 add PartialEq to SyncEnable to fix build error on sai_v4

This commit is contained in:
Tyler Gilbert 2023-09-30 19:51:00 -05:00
parent d1f4511cd1
commit d42cfda2db

View File

@ -206,7 +206,7 @@ impl Protocol {
} }
} }
#[derive(Copy, Clone)] #[derive(Copy, Clone, PartialEq)]
pub enum SyncEnable { pub enum SyncEnable {
Asynchronous, Asynchronous,
/// Syncs with the other A/B sub-block within the SAI unit /// Syncs with the other A/B sub-block within the SAI unit