diff options
| author | Dominik Boehi <[email protected]> | 2021-06-12 06:57:38 +0200 |
|---|---|---|
| committer | Dominik Boehi <[email protected]> | 2021-06-12 07:06:42 +0200 |
| commit | b82e2627aab7e220c957685a11e8d304c6af44e9 (patch) | |
| tree | 48ddd9422431c79d57a264707e3541c7f701aca1 /examples | |
| parent | 0eab96f5735874a6edc80c5ea2c65f245f925a43 (diff) | |
Add STM32WB55 examples to CI, fix example crate name
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/stm32wb55/Cargo.toml | 2 |
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] |
| 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-stm32wb55-examples" |
| 5 | version = "0.1.0" | 5 | version = "0.1.0" |
| 6 | resolver = "2" | 6 | resolver = "2" |
| 7 | 7 | ||
