mirror of
https://github.com/andreili/katapult.git
synced 2025-08-23 19:34:06 +02:00
stm32 CAN: restricted PH13/14 CAN to stm32h743
Signed-off-by: Christoph Frei <fryakatkop@gmail.com>
This commit is contained in:
parent
8c86fe02c1
commit
b734c57d3e
@ -414,7 +414,7 @@ choice
|
||||
depends on HAVE_STM32_FDCANBUS
|
||||
select CANSERIAL
|
||||
config STM32_MMENU_CANBUS_PH13_PH14
|
||||
bool "CAN bus (on PH13/PH14)"
|
||||
bool "CAN bus (on PH13/PH14)" if MACH_STM32H743
|
||||
depends on HAVE_STM32_FDCANBUS
|
||||
select CANSERIAL
|
||||
config STM32_USBCANBUS_PA11_PA12
|
||||
@ -448,7 +448,7 @@ choice
|
||||
bool "CAN bus (on PC2/PC3)"
|
||||
depends on HAVE_STM32_FDCANBUS
|
||||
config STM32_CMENU_CANBUS_PH13_PH14
|
||||
bool "CAN bus (on PH13/PH14)"
|
||||
bool "CAN bus (on PH13/PH14)" if MACH_STM32H743
|
||||
depends on HAVE_STM32_FDCANBUS
|
||||
endchoice
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user