From 0832b11df01681f8c8fc33e49337905e8cb1b161 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 6 Dec 2016 13:41:35 -0600 Subject: [PATCH] Ooops... one too many righ parentheses. --- configs/olimex-stm32-p107/src/stm32_can.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/olimex-stm32-p107/src/stm32_can.c b/configs/olimex-stm32-p107/src/stm32_can.c index 5402f7d44a..9889f836b2 100644 --- a/configs/olimex-stm32-p107/src/stm32_can.c +++ b/configs/olimex-stm32-p107/src/stm32_can.c @@ -84,7 +84,7 @@ int stm32_can_setup(void) { -#if defined(CONFIG_STM32_CAN1) || defined(CONFIG_STM32_CAN2)) +#if defined(CONFIG_STM32_CAN1) || defined(CONFIG_STM32_CAN2) struct can_dev_s *can; int ret;