From 6f425d772131da6ef0b8907a6700412276ccea77 Mon Sep 17 00:00:00 2001 From: Ulf Lilleengen Date: Tue, 5 Jul 2022 13:17:55 +0200 Subject: [PATCH] Use correct chip family name for example --- examples/boot/application/stm32h7/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ [package] edition = "2021" -name = "embassy-boot-stm32f7-examples" +name = "embassy-boot-stm32h7-examples" version = "0.1.0" [dependencies]