minor changes in NONSTANDARD_STM32F4_BARTHESS1/board.h

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3781 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
barthess 2012-01-10 12:25:10 +00:00
parent aed5065184
commit a40e2315db
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@
#define GPIOD_PWM4 15
*/
/* 0x00000000 */
#define VAL_GPIOD_MODER (PIN_MODE_OUTPUT(GPIOD_SDIO_CMD) | \
#define VAL_GPIOD_MODER (PIN_MODE_ALTERNATE(GPIOD_SDIO_CMD) | \
PIN_MODE_ALTERNATE(GPIOD_PWM1) | \
PIN_MODE_ALTERNATE(GPIOD_PWM2) | \
PIN_MODE_ALTERNATE(GPIOD_PWM3) | \