mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 01:21:26 +08:00
Ooops... one too many righ parentheses.
This commit is contained in:
@@ -84,7 +84,7 @@
|
|||||||
|
|
||||||
int stm32_can_setup(void)
|
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;
|
struct can_dev_s *can;
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user