summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3240g-eval/src/up_can.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm3240g-eval/src/up_can.c')
-rw-r--r--nuttx/configs/stm3240g-eval/src/up_can.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/stm3240g-eval/src/up_can.c b/nuttx/configs/stm3240g-eval/src/up_can.c
index eafcec0bf..713a5325a 100644
--- a/nuttx/configs/stm3240g-eval/src/up_can.c
+++ b/nuttx/configs/stm3240g-eval/src/up_can.c
@@ -139,4 +139,4 @@ int can_devinit(void)
return OK;
}
-#endif /* CONFIG_STM32_CAN || CONFIG_STM32_CAN2 || CONFIG_STM32_CAN3 */
+#endif /* CONFIG_CAN && (CONFIG_STM32_CAN2 || CONFIG_STM32_CAN3) */