Actually do not build CAN on stm32f401
This commit is contained in:
parent
c4e4401af4
commit
8f24daf096
1 changed files with 1 additions and 1 deletions
|
@ -28,6 +28,7 @@
|
|||
mod f4;
|
||||
|
||||
#[cfg(any(
|
||||
feature = "stm32f401",
|
||||
feature = "stm32f405",
|
||||
feature = "stm32f407",
|
||||
feature = "stm32f412",
|
||||
|
@ -54,7 +55,6 @@ pub mod exti;
|
|||
pub mod interrupt;
|
||||
|
||||
#[cfg(any(
|
||||
feature = "stm32f401",
|
||||
feature = "stm32f405",
|
||||
feature = "stm32f407",
|
||||
feature = "stm32f412",
|
||||
|
|
Loading…
Reference in a new issue