aboutsummaryrefslogtreecommitdiff
path: root/examples/boot
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2022-07-05 13:17:55 +0200
committerUlf Lilleengen <[email protected]>2022-07-05 13:17:55 +0200
commit6f425d772131da6ef0b8907a6700412276ccea77 (patch)
tree6c63eaa799cd9d61029e38ee75061c1a538f8991 /examples/boot
parent87e3ae321b2e9d0ccddb323d6ca10b1b1591927c (diff)
Use correct chip family name for example
Diffstat (limited to 'examples/boot')
-rw-r--r--examples/boot/application/stm32h7/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/boot/application/stm32h7/Cargo.toml b/examples/boot/application/stm32h7/Cargo.toml
index 54530cc5b..5dff770a8 100644
--- a/examples/boot/application/stm32h7/Cargo.toml
+++ b/examples/boot/application/stm32h7/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2edition = "2021" 2edition = "2021"
3name = "embassy-boot-stm32f7-examples" 3name = "embassy-boot-stm32h7-examples"
4version = "0.1.0" 4version = "0.1.0"
5 5
6[dependencies] 6[dependencies]