stm32f4: Remove stm32f405 being default feature

This commit is contained in:
Dario Nieuwenhuis 2021-01-21 18:59:11 +01:00
parent a44ab63341
commit dd47bfbc2e

View File

@ -29,8 +29,6 @@ stm32f446 = ["stm32f4xx-hal/stm32f446"]
stm32f469 = ["stm32f4xx-hal/stm32f469"]
stm32f479 = ["stm32f4xx-hal/stm32f469"]
default = ["stm32f405"]
[dependencies]
embassy = { version = "0.1.0", path = "../embassy" }