From c5be44e4c66ca59789e9ed8e63572929328e3976 Mon Sep 17 00:00:00 2001
From: jinlicong <493886250@qq.com>
Date: Mon, 29 Apr 2024 19:57:24 +0800
Subject: [PATCH] 完善存储参数定义

---
 Function/UPPER_COMPUTER/upper_com.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Function/UPPER_COMPUTER/upper_com.c b/Function/UPPER_COMPUTER/upper_com.c
index a34139b..591778d 100644
--- a/Function/UPPER_COMPUTER/upper_com.c
+++ b/Function/UPPER_COMPUTER/upper_com.c
@@ -82,7 +82,7 @@
 	uc_respond_data_p->uc_recv_buf[crc_len] = send_crc_check >> 8; //��λ
 	uc_respond_data_p->uc_recv_buf[crc_len + 1] = send_crc_check &0xff; 
 	
-	UARTx_SendData_Normal(UART0,(uint8_t *)uc_respond_data_p,crc_len + 2);
+	UC_SEND_NORMAL((uint8_t *)uc_respond_data_p,crc_len + 2);
 }
 
 

--
Gitblit v1.9.3