summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm3210e-eval')
-rw-r--r--nuttx/configs/stm3210e-eval/src/up_can.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/stm3210e-eval/src/up_can.c b/nuttx/configs/stm3210e-eval/src/up_can.c
index 7ca712daf..8868c9324 100644
--- a/nuttx/configs/stm3210e-eval/src/up_can.c
+++ b/nuttx/configs/stm3210e-eval/src/up_can.c
@@ -53,7 +53,7 @@
#include "stm32_can.h"
#include "stm3210e-internal.h"
-#if defined(CONFIG_CAN) && (defined(CONFIG_STM32_CAN1)
+#if defined(CONFIG_CAN) && defined(CONFIG_STM32_CAN1)
/************************************************************************************
* Pre-processor Definitions