aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embassy-stm32/src/can/bxcan.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/src/can/bxcan.rs b/embassy-stm32/src/can/bxcan.rs
index 4887ee143..c1de55393 100644
--- a/embassy-stm32/src/can/bxcan.rs
+++ b/embassy-stm32/src/can/bxcan.rs
@@ -98,7 +98,7 @@ foreach_peripheral!(
98 (can, CAN1) => { 98 (can, CAN1) => {
99 cfg_if::cfg_if! { 99 cfg_if::cfg_if! {
100 if #[cfg(all( 100 if #[cfg(all(
101 any(stm32l4, stm32l72, stm32l73), 101 any(stm32l4, stm32f72, stm32f73),
102 not(any(stm32l49, stm32l4a)) 102 not(any(stm32l49, stm32l4a))
103 ))] { 103 ))] {
104 // Most L4 devices and some F7 devices use the name "CAN1" 104 // Most L4 devices and some F7 devices use the name "CAN1"