diff options
| author | Ulf Lilleengen <[email protected]> | 2022-07-05 13:17:55 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2022-07-05 13:17:55 +0200 |
| commit | 6f425d772131da6ef0b8907a6700412276ccea77 (patch) | |
| tree | 6c63eaa799cd9d61029e38ee75061c1a538f8991 /examples | |
| parent | 87e3ae321b2e9d0ccddb323d6ca10b1b1591927c (diff) | |
Use correct chip family name for example
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/boot/application/stm32h7/Cargo.toml | 2 |
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] |
| 2 | edition = "2021" | 2 | edition = "2021" |
| 3 | name = "embassy-boot-stm32f7-examples" | 3 | name = "embassy-boot-stm32h7-examples" |
| 4 | version = "0.1.0" | 4 | version = "0.1.0" |
| 5 | 5 | ||
| 6 | [dependencies] | 6 | [dependencies] |
