Ooops... one too many righ parentheses.

This commit is contained in:
Gregory Nutt 2016-12-06 13:41:35 -06:00
parent f6e72efa36
commit 0832b11df0
1 changed files with 1 additions and 1 deletions

View File

@ -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;