diff options
| author | Ulf Lilleengen <[email protected]> | 2024-11-29 09:59:24 +0100 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2024-11-29 09:59:24 +0100 |
| commit | d147161879ecf96b8e7ba7cd6f189c4283a5f61d (patch) | |
| tree | 00e498134e4b8a906fce37ae7721b3319541ef13 /examples | |
| parent | 8954c053fbb0ce83d4bcdec4bf84a26874421696 (diff) | |
Rename example crate to remove warning
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/stm32h723/Cargo.toml | 2 |
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] |
| 2 | edition = "2021" | 2 | edition = "2021" |
| 3 | name = "embassy-stm32h7-examples" | 3 | name = "embassy-stm32h723-examples" |
| 4 | version = "0.1.0" | 4 | version = "0.1.0" |
| 5 | license = "MIT OR Apache-2.0" | 5 | license = "MIT OR Apache-2.0" |
| 6 | 6 | ||
