Skip to content

Commit

Permalink
fix: use latest SAI driver
Browse files Browse the repository at this point in the history
  • Loading branch information
elagil committed Nov 17, 2024
1 parent dd4874c commit ba90e4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/stm32h723/src/bin/spdifrx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ async fn main(_spawner: Spawner) {
);

spdif_receiver.start();
sai_transmitter.start();

loop {
let mut buf = [0u32; HALF_DMA_BUFFER_LENGTH];
Expand Down

0 comments on commit ba90e4e

Please sign in to comment.