diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-08-06 18:29:26 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-08-06 18:29:26 +0000 |
| commit | d3ff0b184861fecf7d11e14bb90a39711e10176d (patch) | |
| tree | 7bc678186ce63ce6d964a997d4c3f619477fce12 /examples | |
| parent | 46aa206a7c4644ddb2f6808bcbea7411d5667b87 (diff) | |
| parent | 207048ff38fef29a00e7ae9a020973c43acffa8a (diff) | |
Merge pull request #3235 from Niels-Be/patch-1
Rename package for embassy-stm32h755cm4 and cm7 example
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/stm32h755cm4/Cargo.toml | 2 | ||||
| -rw-r--r-- | examples/stm32h755cm7/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/stm32h755cm4/Cargo.toml b/examples/stm32h755cm4/Cargo.toml index 9d2fb9060..7a42fbdaa 100644 --- a/examples/stm32h755cm4/Cargo.toml +++ b/examples/stm32h755cm4/Cargo.toml | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | edition = "2021" | 2 | edition = "2021" |
| 3 | name = "embassy-stm32h7-examples" | 3 | name = "embassy-stm32h755cm4-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 | ||
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 | ||
