aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embassy-stm32/src/sai/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/src/sai/mod.rs b/embassy-stm32/src/sai/mod.rs
index a89c132c3..b1b5107b2 100644
--- a/embassy-stm32/src/sai/mod.rs
+++ b/embassy-stm32/src/sai/mod.rs
@@ -206,7 +206,7 @@ impl Protocol {
206 } 206 }
207} 207}
208 208
209#[derive(Copy, Clone)] 209#[derive(Copy, Clone, PartialEq)]
210pub enum SyncEnable { 210pub enum SyncEnable {
211 Asynchronous, 211 Asynchronous,
212 /// Syncs with the other A/B sub-block within the SAI unit 212 /// Syncs with the other A/B sub-block within the SAI unit