aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxoviat <[email protected]>2021-03-15 17:52:31 -0500
committerxoviat <[email protected]>2021-03-15 17:52:31 -0500
commit535ac244303ac672f43f892a3a77d280f22c6bbf (patch)
tree283f41cdf0818ae470298850389e0562e279e795
parent93625c3f6ab245f3a16e70ef86831c2c2bc2a5ae (diff)
set feature
-rw-r--r--embassy-stm32f4/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32f4/Cargo.toml b/embassy-stm32f4/Cargo.toml
index afe771eb0..935b4a2b0 100644
--- a/embassy-stm32f4/Cargo.toml
+++ b/embassy-stm32f4/Cargo.toml
@@ -38,6 +38,6 @@ cortex-m-rt = "0.6.13"
38cortex-m = "0.7.1" 38cortex-m = "0.7.1"
39embedded-hal = { version = "0.2.4" } 39embedded-hal = { version = "0.2.4" }
40embedded-dma = { version = "0.1.2" } 40embedded-dma = { version = "0.1.2" }
41stm32f4xx-hal = { version = "0.8.3", features = ["rt"], git = "https://github.com/stm32-rs/stm32f4xx-hal.git"} 41stm32f4xx-hal = { version = "0.8.3", features = ["rt", "can"], git = "https://github.com/stm32-rs/stm32f4xx-hal.git"}
42bxcan = "0.5.0" 42bxcan = "0.5.0"
43nb = "*" 43nb = "*"