From 6e797b7c8ce7e71b86d67464b96c4eaa0de1f670 Mon Sep 17 00:00:00 2001 From: jinlicong <493886250@qq.com> Date: Sun, 28 Apr 2024 19:59: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