diff options
| author | Timo Kröger <[email protected]> | 2021-07-29 18:14:01 +0200 |
|---|---|---|
| committer | Timo Kröger <[email protected]> | 2021-07-29 18:14:01 +0200 |
| commit | 895781d0d1c0a65926af26bcd84f9dadf46b8099 (patch) | |
| tree | ae4013e4cf73894f367ce5e357117aca53ae49f0 /examples | |
| parent | 9342497132a9072b8247f7927d31c0e4382aeb8e (diff) | |
stm32l4: Fix examples crate name
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/stm32l4/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32l4/Cargo.toml b/examples/stm32l4/Cargo.toml index ce4618290..8c6207676 100644 --- a/examples/stm32l4/Cargo.toml +++ b/examples/stm32l4/Cargo.toml | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | authors = ["Dario Nieuwenhuis <[email protected]>"] | 2 | authors = ["Dario Nieuwenhuis <[email protected]>"] |
| 3 | edition = "2018" | 3 | edition = "2018" |
| 4 | name = "embassy-stm32f4-examples" | 4 | name = "embassy-stm32l4-examples" |
| 5 | version = "0.1.0" | 5 | version = "0.1.0" |
| 6 | resolver = "2" | 6 | resolver = "2" |
| 7 | 7 | ||
