Skip to content

Commit 31ddc4d

Browse files
committed
Rename i2s-rtic-audio-in-out.rs to rtic-i2s-audio-in-out.rs
Signed-off-by: Alexey Shvetsov <[email protected]>
1 parent 0081f87 commit 31ddc4d

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2727
- Renamed and updated rtic-button example (was rtic) [#551]
2828
- Rename adc_dma_rtic to rtic-adc-dma and move it ot defmt [#552]
2929
- Rename spi_slave_dma_rtic to rtic-spi-slave-dma and unbroke it [#552]
30+
- Rename i2s-rtic-audio-in-out to rtic-i2s-audio-in-out [#552]
3031

3132
### Removed
3233
- `i2s-audio-out-dma.rs` example, too difficult to fix.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ name = "i2s-audio-out"
437437
required-features = ["stm32f411", "i2s"]
438438

439439
[[example]]
440-
name = "i2s-rtic-audio-in-out"
440+
name = "rtic-i2s-audio-in-out"
441441
required-features = ["stm32f411", "i2s", "rtic"]
442442

443443
[[example]]
File renamed without changes.

0 commit comments

Comments
 (0)