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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/stm3240g-eval/src/up_can.c b/nuttx/configs/stm3240g-eval/src/up_can.c
index 713a5325a..6fcbbb211 100644
--- a/nuttx/configs/stm3240g-eval/src/up_can.c
+++ b/nuttx/configs/stm3240g-eval/src/up_can.c
@@ -2,7 +2,7 @@
* configs/stm3240g-eval/src/up_can.c
* arch/arm/src/board/up_can.c
*
- * Copyright (C) 2011 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -139,4 +139,4 @@ int can_devinit(void)
return OK;
}
-#endif /* CONFIG_CAN && (CONFIG_STM32_CAN2 || CONFIG_STM32_CAN3) */
+#endif /* CONFIG_CAN && (CONFIG_STM32_CAN1 || CONFIG_STM32_CAN2) */