diff options
| author | Niels Becker <[email protected]> | 2024-08-06 20:08:26 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-08-06 20:08:26 +0200 |
| commit | 3f045ede48c35af298e0b8f158cbf34e8bdd0d72 (patch) | |
| tree | 9add04a04c4092dd6d97bc20203a0d0d86555f33 | |
| parent | 46aa206a7c4644ddb2f6808bcbea7411d5667b87 (diff) | |
Rename package for embassy-stm32h755cm4-example
| -rw-r--r-- | examples/stm32h755cm4/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 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 | ||
