zhyinch
2019-11-03 cc3689f7cf494d3295cbdc1bcba114421197e4f2
源码/核心板/Src/OnChipDevices/Usart.c
@@ -94,7 +94,7 @@
   GPIO_InitStructure.GPIO_Pin = EU_485_PIN;
   GPIO_InitStructure.GPIO_Mode = GPIO_Mode_Out_PP;                     //Tx鎺ㄦ尳澶嶇敤杈撳嚭 GPIO_Mode_AF_PP
   GPIO_Init(EU_485_GPIO, &GPIO_InitStructure);
   OUT485_DISABLE;
#ifdef UART_GPIO_REMAP_ENABLE
   GPIO_PinRemapConfig(UART_GPIO_REMAP, ENABLE);
#endif