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;
|
mod f4;
|
||||||
|
|
||||||
#[cfg(any(
|
#[cfg(any(
|
||||||
|
feature = "stm32f401",
|
||||||
feature = "stm32f405",
|
feature = "stm32f405",
|
||||||
feature = "stm32f407",
|
feature = "stm32f407",
|
||||||
feature = "stm32f412",
|
feature = "stm32f412",
|
||||||
|
@ -54,7 +55,6 @@ pub mod exti;
|
||||||
pub mod interrupt;
|
pub mod interrupt;
|
||||||
|
|
||||||
#[cfg(any(
|
#[cfg(any(
|
||||||
feature = "stm32f401",
|
|
||||||
feature = "stm32f405",
|
feature = "stm32f405",
|
||||||
feature = "stm32f407",
|
feature = "stm32f407",
|
||||||
feature = "stm32f412",
|
feature = "stm32f412",
|
||||||
|
|
Loading…
Add table
Reference in a new issue