aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Greig <[email protected]>2023-08-03 21:57:29 +0100
committerAdam Greig <[email protected]>2023-08-03 21:57:29 +0100
commitdc5acc687f5a1a2984efaeca16fb167a49228399 (patch)
tree02002c080be640a94e08da7150ae474ccc0bf77b
parenta40daa923ba031b543ce402f8bd83c2ec41329d8 (diff)
Fix package name for stm32f334-examples
-rw-r--r--examples/stm32f334/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32f334/Cargo.toml b/examples/stm32f334/Cargo.toml
index 6410891a1..d8f6b8fe8 100644
--- a/examples/stm32f334/Cargo.toml
+++ b/examples/stm32f334/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2edition = "2021" 2edition = "2021"
3name = "embassy-stm32f3-examples" 3name = "embassy-stm32f334-examples"
4version = "0.1.0" 4version = "0.1.0"
5license = "MIT OR Apache-2.0" 5license = "MIT OR Apache-2.0"
6 6