set feature
This commit is contained in:
parent
93625c3f6a
commit
535ac24430
1 changed files with 1 additions and 1 deletions
|
@ -38,6 +38,6 @@ cortex-m-rt = "0.6.13"
|
||||||
cortex-m = "0.7.1"
|
cortex-m = "0.7.1"
|
||||||
embedded-hal = { version = "0.2.4" }
|
embedded-hal = { version = "0.2.4" }
|
||||||
embedded-dma = { version = "0.1.2" }
|
embedded-dma = { version = "0.1.2" }
|
||||||
stm32f4xx-hal = { version = "0.8.3", features = ["rt"], git = "https://github.com/stm32-rs/stm32f4xx-hal.git"}
|
stm32f4xx-hal = { version = "0.8.3", features = ["rt", "can"], git = "https://github.com/stm32-rs/stm32f4xx-hal.git"}
|
||||||
bxcan = "0.5.0"
|
bxcan = "0.5.0"
|
||||||
nb = "*"
|
nb = "*"
|
||||||
|
|
Loading…
Reference in a new issue