Browse Source

update bsp/stm32f429-disco/drivers/board.h

SummerGift 7 years ago
parent
commit
3e6254e6f1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bsp/stm32f429-disco/drivers/board.h

+ 1 - 1
bsp/stm32f429-disco/drivers/board.h

@@ -59,7 +59,7 @@ extern int __bss_end;
 
 
 // <o> Console on USART: <0=> no console <1=>USART 1 <2=>USART 2 <3=> USART 3
 // <o> Console on USART: <0=> no console <1=>USART 1 <2=>USART 2 <3=> USART 3
 // 	<i>Default: 1
 // 	<i>Default: 1
-#define STM32_CONSOLE_USART		2
+#define STM32_CONSOLE_USART		1
 
 
 void rt_hw_board_init(void);
 void rt_hw_board_init(void);