From dadcb8540ae070f09279d9dcebb7ed7b3ce55a6f Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 11 Jan 2012 01:01:44 +0000 Subject: CAN request order priority git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4292 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/stm3240g-eval/include/board.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'nuttx/configs') 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. -- cgit v1.2.3