diff options
| author | Adam Greig <[email protected]> | 2023-08-03 21:57:29 +0100 |
|---|---|---|
| committer | Adam Greig <[email protected]> | 2023-08-03 21:57:29 +0100 |
| commit | dc5acc687f5a1a2984efaeca16fb167a49228399 (patch) | |
| tree | 02002c080be640a94e08da7150ae474ccc0bf77b | |
| parent | a40daa923ba031b543ce402f8bd83c2ec41329d8 (diff) | |
Fix package name for stm32f334-examples
| -rw-r--r-- | examples/stm32f334/Cargo.toml | 2 |
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] |
| 2 | edition = "2021" | 2 | edition = "2021" |
| 3 | name = "embassy-stm32f3-examples" | 3 | name = "embassy-stm32f334-examples" |
| 4 | version = "0.1.0" | 4 | version = "0.1.0" |
| 5 | license = "MIT OR Apache-2.0" | 5 | license = "MIT OR Apache-2.0" |
| 6 | 6 | ||
