zhyinch
2019-10-29 bbb68fd93739963f866d0c95246191962b6a7f72
源码/核心板/Src/OnChipDevices/Usart.c
@@ -88,7 +88,7 @@
   GPIO_Init(EU_RX_GPIO, &GPIO_InitStructure);
   
   GPIO_InitStructure.GPIO_Pin = EU_TX_PIN;
   GPIO_InitStructure.GPIO_Mode = GPIO_Mode_AF_PP;                     //Tx鎺ㄦ尳澶嶇敤杈撳嚭
   GPIO_InitStructure.GPIO_Mode = GPIO_Mode_Out_PP;//GPIO_Mode_AF_PP;                     //Tx鎺ㄦ尳澶嶇敤杈撳嚭
   GPIO_Init(EU_TX_GPIO, &GPIO_InitStructure);
   
#ifdef UART_GPIO_REMAP_ENABLE