diff options
| author | xoviat <[email protected]> | 2021-03-15 17:52:31 -0500 |
|---|---|---|
| committer | xoviat <[email protected]> | 2021-03-15 17:52:31 -0500 |
| commit | 535ac244303ac672f43f892a3a77d280f22c6bbf (patch) | |
| tree | 283f41cdf0818ae470298850389e0562e279e795 | |
| parent | 93625c3f6ab245f3a16e70ef86831c2c2bc2a5ae (diff) | |
set feature
| -rw-r--r-- | embassy-stm32f4/Cargo.toml | 2 |
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" | |||
| 38 | cortex-m = "0.7.1" | 38 | cortex-m = "0.7.1" |
| 39 | embedded-hal = { version = "0.2.4" } | 39 | embedded-hal = { version = "0.2.4" } |
| 40 | embedded-dma = { version = "0.1.2" } | 40 | embedded-dma = { version = "0.1.2" } |
| 41 | stm32f4xx-hal = { version = "0.8.3", features = ["rt"], git = "https://github.com/stm32-rs/stm32f4xx-hal.git"} | 41 | stm32f4xx-hal = { version = "0.8.3", features = ["rt", "can"], git = "https://github.com/stm32-rs/stm32f4xx-hal.git"} |
| 42 | bxcan = "0.5.0" | 42 | bxcan = "0.5.0" |
| 43 | nb = "*" | 43 | nb = "*" |
