Skip to content

Commit 5e3e87e

Browse files
JosefUtbultrichardeoin
authored andcommitted
Change incorrect link from I2C to I2S in mod.rs
1 parent a91052c commit 5e3e87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sai/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//! ## Examples using the Electro Smith Daisy Seed Board (AK4556 codec)
88
//!
99
//! - [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)
10+
//! - [SAI with I2S](https://github.com/stm32-rs/stm32h7xx-hal/blob/master/examples/sai-i2s-passthru.rs)
1111
1212
use core::marker::PhantomData;
1313

0 commit comments

Comments
 (0)