stm32: CAN Kconfig typo

Fixed simple typo in the Kconfig and can.c. stm32f4 CAN Pins

Signed-off-by: Oliver Walter <oli1111@web.de>
This commit is contained in:
Oliver
2021-04-05 21:58:57 +02:00
committed by KevinOConnor
parent 689c2f9baf
commit 41999eb94d
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@
#define GPIO_Rx GPIO('B', 8)
#define GPIO_Tx GPIO('B', 9)
#endif
#if CONFIG_STM32_CANBUS_PI8_PH13
#if CONFIG_STM32_CANBUS_PI9_PH13
DECL_CONSTANT_STR("RESERVE_PINS_CAN", "PI9,PH13");
#define GPIO_Rx GPIO('I', 9)
#define GPIO_Tx GPIO('H', 13)