summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3240g-eval
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-03 01:03:56 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-03 01:03:56 +0000
commit7783b262aa5bc4473619f44a963c5bd63f4e5180 (patch)
tree4f493751a6deddb65b92c4eff5cb2abf40822e25 /nuttx/configs/stm3240g-eval
parent227420dd5ecb981092e5db9340c6c7f081afbcf3 (diff)
downloadpx4-nuttx-7783b262aa5bc4473619f44a963c5bd63f4e5180.tar.gz
px4-nuttx-7783b262aa5bc4473619f44a963c5bd63f4e5180.tar.bz2
px4-nuttx-7783b262aa5bc4473619f44a963c5bd63f4e5180.zip
LPC17xx CAN driver now supports all 3 transmit buffers and loopback mode; LCP1766-STK NSH configuration will support the CAN loopback test
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4253 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3240g-eval')
-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) */