stm32: Add remap CAN to PD0/PD1 for stm32f103 (#5173)

Signed-off-by: Sergey Terentiev <sergey@terentiev.me>
This commit is contained in:
Sergey1560
2022-01-27 02:06:55 +03:00
committed by GitHub
parent 40702bf9db
commit fb6d6d381c
2 changed files with 4 additions and 1 deletions

View File

@@ -339,7 +339,7 @@ choice
select CANSERIAL
config STM32_CANBUS_PD0_PD1
bool "CAN bus (on PD0/PD1)" if LOW_LEVEL_OPTIONS
depends on HAVE_STM32_CANBUS && MACH_STM32F4
depends on HAVE_STM32_CANBUS
select CANSERIAL
endchoice