aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorNiels Becker <[email protected]>2024-08-06 20:08:26 +0200
committerGitHub <[email protected]>2024-08-06 20:08:26 +0200
commit3f045ede48c35af298e0b8f158cbf34e8bdd0d72 (patch)
tree9add04a04c4092dd6d97bc20203a0d0d86555f33 /examples
parent46aa206a7c4644ddb2f6808bcbea7411d5667b87 (diff)
Rename package for embassy-stm32h755cm4-example
Diffstat (limited to 'examples')
-rw-r--r--examples/stm32h755cm4/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32h755cm4/Cargo.toml b/examples/stm32h755cm4/Cargo.toml
index 9d2fb9060..7a42fbdaa 100644
--- a/examples/stm32h755cm4/Cargo.toml
+++ b/examples/stm32h755cm4/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2edition = "2021" 2edition = "2021"
3name = "embassy-stm32h7-examples" 3name = "embassy-stm32h755cm4-examples"
4version = "0.1.0" 4version = "0.1.0"
5license = "MIT OR Apache-2.0" 5license = "MIT OR Apache-2.0"
6 6