From ee3c90168f81ce19529904d80f9c9de4fed23bb8 Mon Sep 17 00:00:00 2001 From: jinlicong <493886250@qq.com> Date: Tue, 30 Apr 2024 16:30:45 +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