stm32: fix usb

This commit is contained in:
xoviat
2021-04-06 14:23:13 -05:00
parent dea09876e0
commit 7cb46ac720
3 changed files with 7 additions and 7 deletions

View File

@ -46,6 +46,6 @@ embedded-hal = { version = "0.2.4" }
embedded-dma = { version = "0.1.2" }
bxcan = "0.5.0"
nb = "*"
stm32f4xx-hal = { version = "0.9.0", features = ["rt", "can"], optional = true }
stm32f4xx-hal = { version = "0.9.0", features = ["rt", "can", "usb_fs"], optional = true }
stm32l0xx-hal = { version = "0.7.0", features = ["rt"], optional = true }
futures = { version = "0.3.5", default-features = false, features = ["async-await"] }