We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a91052c commit 5e3e87eCopy full SHA for 5e3e87e
src/sai/mod.rs
@@ -7,7 +7,7 @@
7
//! ## Examples using the Electro Smith Daisy Seed Board (AK4556 codec)
8
//!
9
//! - [SAI with DMA](https://github.com/stm32-rs/stm32h7xx-hal/blob/master/examples/sai_dma_passthru.rs)
10
-//! - [SAI with I2C](https://github.com/stm32-rs/stm32h7xx-hal/blob/master/examples/sai-i2s-passthru.rs)
+//! - [SAI with I2S](https://github.com/stm32-rs/stm32h7xx-hal/blob/master/examples/sai-i2s-passthru.rs)
11
12
use core::marker::PhantomData;
13
0 commit comments