Skip to content

Commit 0836f84

Browse files
mgottschlagburrbull
authored andcommitted
sai: Fix example.
1 parent 7b298be commit 0836f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sai.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
//! // Stereo audio, two slots per frame.
7979
//! num_slots: 2,
8080
//! };
81-
//! let tx = saia.master_tx(
81+
//! let mut tx = saia.master_tx(
8282
//! (
8383
//! gpioe.pe2.into_alternate_af6(),
8484
//! gpioe.pe4.into_alternate_af6(),

0 commit comments

Comments
 (0)