Skip to content

Commit d3ff0b1

Browse files
authored
Merge pull request #3235 from Niels-Be/patch-1
Rename package for embassy-stm32h755cm4 and cm7 example
2 parents 46aa206 + 207048f commit d3ff0b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/stm32h755cm4/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
edition = "2021"
3-
name = "embassy-stm32h7-examples"
3+
name = "embassy-stm32h755cm4-examples"
44
version = "0.1.0"
55
license = "MIT OR Apache-2.0"
66

examples/stm32h755cm7/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
edition = "2021"
3-
name = "embassy-stm32h7-examples"
3+
name = "embassy-stm32h755cm7-examples"
44
version = "0.1.0"
55
license = "MIT OR Apache-2.0"
66

0 commit comments

Comments
 (0)