From 41999eb94d8cc8a2c119a010249f085093ee2d98 Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 5 Apr 2021 21:58:57 +0200 Subject: stm32: CAN Kconfig typo Fixed simple typo in the Kconfig and can.c. stm32f4 CAN Pins Signed-off-by: Oliver Walter --- src/stm32/can.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stm32/can.c') diff --git a/src/stm32/can.c b/src/stm32/can.c index af10f6ab..30b2886d 100644 --- a/src/stm32/can.c +++ b/src/stm32/can.c @@ -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) -- cgit v1.2.3-70-g09d2