summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3240g-eval/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-11 01:01:44 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-11 01:01:44 +0000
commitdadcb8540ae070f09279d9dcebb7ed7b3ce55a6f (patch)
tree182ca16d90cdddae7c517aa9719d549cd8ef1466 /nuttx/configs/stm3240g-eval/include
parent7c4f2d571c68db93f4ed9a5f9e0d0ed15a9fdadf (diff)
downloadpx4-nuttx-dadcb8540ae070f09279d9dcebb7ed7b3ce55a6f.tar.gz
px4-nuttx-dadcb8540ae070f09279d9dcebb7ed7b3ce55a6f.tar.bz2
px4-nuttx-dadcb8540ae070f09279d9dcebb7ed7b3ce55a6f.zip
CAN request order priority
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4292 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3240g-eval/include')
-rwxr-xr-xnuttx/configs/stm3240g-eval/include/board.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/nuttx/configs/stm3240g-eval/include/board.h b/nuttx/configs/stm3240g-eval/include/board.h
index f5a1ed2d5..bc11866f3 100755
--- a/nuttx/configs/stm3240g-eval/include/board.h
+++ b/nuttx/configs/stm3240g-eval/include/board.h
@@ -350,8 +350,8 @@
* TIM8_CH3OUT: PC8 MicroSDCard_D0 & MC
* Daughterboard Extension Connector, CN3, pin 18
*
- * TIM8_CH4OUT: PC9 MicroSDCard_D1 & I2S_CKIN (JP16)
- * Daughterboard Extension Connector, CN3, pin 15
+ * TIM8_CH4OUT: PC9 MicroSDCard_D1 & I2S_CKIN (Need JP16 open)
+ * Daughterboard Extension Connector, CN3, pin 17
*
* Others
*
@@ -377,10 +377,13 @@
# define GPIO_TIM8_CH1OUT GPIO_TIM8_CH1OUT_1
# if !defined(CONFIG_STM32_SDIO)
# define GPIO_TIM8_CH3OUT GPIO_TIM8_CH3OUT_1
-# define GPIO_TIM8_CH4OUT GPIO_TIM8_CH4OUT_1
# endif
#endif
+#if !defined(CONFIG_STM32_SDIO)
+# define GPIO_TIM8_CH4OUT GPIO_TIM8_CH4OUT_1
+#endif
+
/* CAN
*
* Connector 10 (CN10) is DB-9 male connector that can be used with CAN1 or CAN2.