aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-05-08 21:41:52 +0000
committerGitHub <[email protected]>2024-05-08 21:41:52 +0000
commit4a159453956464b534b7cbf38f5d17b9a3e36bb7 (patch)
treedae054a436f5f8052e20a321a3d6d39aa03de789
parent1166bcd799b35d99c49e2e1a7322baebc6c2e050 (diff)
parente94d4e6416e373bedb901d353989996a3375b615 (diff)
Merge pull request #2920 from plaes/stm32h7rs-cargo-warning
stm32: examples: Use unique crate name for stm32h7rs examples
-rw-r--r--examples/stm32h7rs/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32h7rs/Cargo.toml b/examples/stm32h7rs/Cargo.toml
index ad661411d..192a6ca61 100644
--- a/examples/stm32h7rs/Cargo.toml
+++ b/examples/stm32h7rs/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2edition = "2021" 2edition = "2021"
3name = "embassy-stm32h7-examples" 3name = "embassy-stm32h7rs-examples"
4version = "0.1.0" 4version = "0.1.0"
5license = "MIT OR Apache-2.0" 5license = "MIT OR Apache-2.0"
6 6