aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-11-29 09:59:24 +0100
committerUlf Lilleengen <[email protected]>2024-11-29 09:59:24 +0100
commitd147161879ecf96b8e7ba7cd6f189c4283a5f61d (patch)
tree00e498134e4b8a906fce37ae7721b3319541ef13 /examples
parent8954c053fbb0ce83d4bcdec4bf84a26874421696 (diff)
Rename example crate to remove warning
Diffstat (limited to 'examples')
-rw-r--r--examples/stm32h723/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32h723/Cargo.toml b/examples/stm32h723/Cargo.toml
index f68c91597..6e3f0dd03 100644
--- a/examples/stm32h723/Cargo.toml
+++ b/examples/stm32h723/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2edition = "2021" 2edition = "2021"
3name = "embassy-stm32h7-examples" 3name = "embassy-stm32h723-examples"
4version = "0.1.0" 4version = "0.1.0"
5license = "MIT OR Apache-2.0" 5license = "MIT OR Apache-2.0"
6 6