diff options
Diffstat (limited to 'src/stm32/can.c')
-rw-r--r-- | src/stm32/can.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |