Skip to content

Commit cba55bc

Browse files
committed
Added Cargo.toml entry for i2s-audio-out-dma example
1 parent 46ee48b commit cba55bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,3 +156,7 @@ required-features = ["can", "stm32f405"]
156156
[[example]]
157157
name = "i2s-audio-out"
158158
required-features = ["stm32f411", "rt", "i2s"]
159+
160+
[[example]]
161+
name = "i2s-audio-out-dma"
162+
required-features = ["stm32f411", "rt", "i2s"]

0 commit comments

Comments
 (0)