aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDominik Boehi <[email protected]>2021-06-12 06:57:38 +0200
committerDominik Boehi <[email protected]>2021-06-12 07:06:42 +0200
commitb82e2627aab7e220c957685a11e8d304c6af44e9 (patch)
tree48ddd9422431c79d57a264707e3541c7f701aca1 /examples
parent0eab96f5735874a6edc80c5ea2c65f245f925a43 (diff)
Add STM32WB55 examples to CI, fix example crate name
Diffstat (limited to 'examples')
-rw-r--r--examples/stm32wb55/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32wb55/Cargo.toml b/examples/stm32wb55/Cargo.toml
index 1ba79c580..d3d128e87 100644
--- a/examples/stm32wb55/Cargo.toml
+++ b/examples/stm32wb55/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-stm32wb55-examples"
5version = "0.1.0" 5version = "0.1.0"
6resolver = "2" 6resolver = "2"
7 7