Actually do not build CAN on stm32f401

This commit is contained in:
Dario Nieuwenhuis 2021-04-23 19:19:49 +02:00
parent c4e4401af4
commit 8f24daf096

View File

@ -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",