aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorTimo Kröger <[email protected]>2021-07-29 18:14:01 +0200
committerTimo Kröger <[email protected]>2021-07-29 18:14:01 +0200
commit895781d0d1c0a65926af26bcd84f9dadf46b8099 (patch)
treeae4013e4cf73894f367ce5e357117aca53ae49f0 /examples
parent9342497132a9072b8247f7927d31c0e4382aeb8e (diff)
stm32l4: Fix examples crate name
Diffstat (limited to 'examples')
-rw-r--r--examples/stm32l4/Cargo.toml2
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]
2authors = ["Dario Nieuwenhuis <[email protected]>"] 2authors = ["Dario Nieuwenhuis <[email protected]>"]
3edition = "2018" 3edition = "2018"
4name = "embassy-stm32f4-examples" 4name = "embassy-stm32l4-examples"
5version = "0.1.0" 5version = "0.1.0"
6resolver = "2" 6resolver = "2"
7 7