-
- Downloads
serial wip
... | ... | @@ -5,8 +5,8 @@ readme = "README.md" |
name = "app" | ||
version = "0.1.0" | ||
[patch.crates-io] | ||
stm32f4xx-hal = { path = "../stm32f4xx-hal" } | ||
# [patch.crates-io] | ||
# stm32f4xx-hal = { path = "../stm32f4xx-hal" } | ||
[dependencies] | ||
cortex-m-rt = "0.6.7" | ||
... | ... | @@ -35,7 +35,6 @@ features = ["stm32f411", "rt"] |
version = "0.2.8" | ||
features = ["stm32f411", "rt"] | ||
# this lets you use `cargo fix`! | ||
[[bin]] | ||
name = "app" | ||
... | ... |
Please register or sign in to comment