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