diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-05-08 21:41:52 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-08 21:41:52 +0000 |
| commit | 4a159453956464b534b7cbf38f5d17b9a3e36bb7 (patch) | |
| tree | dae054a436f5f8052e20a321a3d6d39aa03de789 /examples | |
| parent | 1166bcd799b35d99c49e2e1a7322baebc6c2e050 (diff) | |
| parent | e94d4e6416e373bedb901d353989996a3375b615 (diff) | |
Merge pull request #2920 from plaes/stm32h7rs-cargo-warning
stm32: examples: Use unique crate name for stm32h7rs examples
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/stm32h7rs/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32h7rs/Cargo.toml b/examples/stm32h7rs/Cargo.toml index ad661411d..192a6ca61 100644 --- a/examples/stm32h7rs/Cargo.toml +++ b/examples/stm32h7rs/Cargo.toml | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | edition = "2021" | 2 | edition = "2021" |
| 3 | name = "embassy-stm32h7-examples" | 3 | name = "embassy-stm32h7rs-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 | ||
