Ooops... one too many righ parentheses.
This commit is contained in:
parent
f6e72efa36
commit
0832b11df0
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue