diff options
| author | Timo Kröger <[email protected]> | 2022-03-05 09:43:47 +0100 |
|---|---|---|
| committer | Timo Kröger <[email protected]> | 2022-03-05 09:46:06 +0100 |
| commit | 372b71890d658176bd78de752d92289538bbbbe3 (patch) | |
| tree | 96f694cb499b7ce5a566be452141d930797ca4b4 | |
| parent | d6d25e6470b533dbdcc0fe1f521dd8311fa0adc3 (diff) | |
[can] Typo fix: l7 -> f7
| -rw-r--r-- | embassy-stm32/src/can/bxcan.rs | 2 |
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" |
