From cc3689f7cf494d3295cbdc1bcba114421197e4f2 Mon Sep 17 00:00:00 2001
From: zhyinch <zhyinch@gmail.com>
Date: 星期日, 03 十一月 2019 20:45:40 +0800
Subject: [PATCH] 华星智控周六完成

---
 源码/核心板/Src/OnChipDevices/Usart.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git "a/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/OnChipDevices/Usart.c" "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/OnChipDevices/Usart.c"
index 0718116..016ae49 100644
--- "a/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/OnChipDevices/Usart.c"
+++ "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/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

--
Gitblit v1.9.3