diff --git a/src/stm32/Kconfig b/src/stm32/Kconfig index 3c68acd..a3cd0ea 100644 --- a/src/stm32/Kconfig +++ b/src/stm32/Kconfig @@ -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