diff options
| author | Ulf Lilleengen <[email protected]> | 2024-11-29 09:01:56 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-11-29 09:01:56 +0000 |
| commit | 1a1d5c4689a8b6c57ebb74e99fdea8df39adb037 (patch) | |
| tree | 00e498134e4b8a906fce37ae7721b3319541ef13 | |
| parent | 8954c053fbb0ce83d4bcdec4bf84a26874421696 (diff) | |
| parent | d147161879ecf96b8e7ba7cd6f189c4283a5f61d (diff) | |
Merge pull request #3591 from embassy-rs/fix-example-build-warning
Rename example crate to remove warning
| -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 | ||
