diff options
| -rw-r--r-- | embassy-stm32f4-examples/Cargo.toml (renamed from examples-stm32f4/Cargo.toml) | 2 | ||||
| -rw-r--r-- | embassy-stm32f4-examples/src/serial.rs (renamed from examples-stm32f4/src/serial.rs) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/examples-stm32f4/Cargo.toml b/embassy-stm32f4-examples/Cargo.toml index 5964cd7a5..6502a77a5 100644 --- a/examples-stm32f4/Cargo.toml +++ b/embassy-stm32f4-examples/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-examples-stm32f4" | 4 | name = "embassy-stm32f4-examples" |
| 5 | version = "0.1.0" | 5 | version = "0.1.0" |
| 6 | 6 | ||
| 7 | [features] | 7 | [features] |
diff --git a/examples-stm32f4/src/serial.rs b/embassy-stm32f4-examples/src/serial.rs index 6c757dd2f..6c757dd2f 100644 --- a/examples-stm32f4/src/serial.rs +++ b/embassy-stm32f4-examples/src/serial.rs | |||
