diff options
| author | Niels Becker <[email protected]> | 2024-08-06 20:10:46 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-08-06 20:10:46 +0200 |
| commit | 207048ff38fef29a00e7ae9a020973c43acffa8a (patch) | |
| tree | 7bc678186ce63ce6d964a997d4c3f619477fce12 /examples | |
| parent | 3f045ede48c35af298e0b8f158cbf34e8bdd0d72 (diff) | |
Rename package for embassy-stm32h755cm7-example
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/stm32h755cm7/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32h755cm7/Cargo.toml b/examples/stm32h755cm7/Cargo.toml index ab088fd33..4f0f69c3f 100644 --- a/examples/stm32h755cm7/Cargo.toml +++ b/examples/stm32h755cm7/Cargo.toml | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | edition = "2021" | 2 | edition = "2021" |
| 3 | name = "embassy-stm32h7-examples" | 3 | name = "embassy-stm32h755cm7-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 | ||
