mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 07:45:16 +08:00
Ooops... one too many righ parentheses.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user