From d14dd3a2106de793fbe08dc5a12cf80defd3258a Mon Sep 17 00:00:00 2001 From: jinlicong <493886250@qq.com> Date: Wed, 15 May 2024 17:34:14 +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