diff options
| author | Priit Laes <[email protected]> | 2024-05-08 10:13:51 +0300 |
|---|---|---|
| committer | Priit Laes <[email protected]> | 2024-05-08 10:13:51 +0300 |
| commit | e94d4e6416e373bedb901d353989996a3375b615 (patch) | |
| tree | dae054a436f5f8052e20a321a3d6d39aa03de789 /examples/stm32h7rs | |
| parent | 1166bcd799b35d99c49e2e1a7322baebc6c2e050 (diff) | |
examples: Use unique crate name for stm32h7rs examples
Current name clashes with "regular" stm32h7 thus generating cargo
warning.
Diffstat (limited to 'examples/stm32h7rs')
| -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 | ||
