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