diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-07-05 11:51:18 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-07-05 11:51:18 +0000 |
| commit | 5fef527764f1b694a9213050f4a187339dcc049b (patch) | |
| tree | 6c63eaa799cd9d61029e38ee75061c1a538f8991 | |
| parent | 87e3ae321b2e9d0ccddb323d6ca10b1b1591927c (diff) | |
| parent | 6f425d772131da6ef0b8907a6700412276ccea77 (diff) | |
Merge #844
844: Use correct chip family name for example r=Dirbaio a=lulf
bors r+
Co-authored-by: Ulf Lilleengen <[email protected]>
| -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] |
