Minor changes in board.h

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4124 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
barthess 2012-04-22 16:58:08 +00:00
parent bb2388a241
commit b690ee97d8
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@
/* default 0x00000000 */
#define VAL_GPIOA_OTYPER 0x00000000
/* default 0x00000000 */
#define VAL_GPIOA_OSPEEDR 0xAAAAAAAA
#define VAL_GPIOA_OSPEEDR 0x00000000
/* 0x64000000 */
#define VAL_GPIOA_PUPDR (PIN_PUDR_FLOATING(GPIOA_USART2_CTS) | \
PIN_PUDR_FLOATING(GPIOA_USART2_RTS) | \