From e5ec6ffc2fa0c07785c9d797c3fd74fd3031059f Mon Sep 17 00:00:00 2001
From: jinlicong <493886250@qq.com>
Date: Thu, 23 May 2024 20:06:25 +0800
Subject: [PATCH] 加了几个远传接收数据处理
---
Function/WirelessRemoteComm/wireless_remote_comm.c | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/Function/WirelessRemoteComm/wireless_remote_comm.c b/Function/WirelessRemoteComm/wireless_remote_comm.c
index 18976a2..5bdc4a6 100644
--- a/Function/WirelessRemoteComm/wireless_remote_comm.c
+++ b/Function/WirelessRemoteComm/wireless_remote_comm.c
@@ -229,7 +229,7 @@
{
WRC_STATUS return_status;
uint8_t send_buf[3+1024] = {0};
- uint16_t send_length;
+ uint16_t send_length = 0;
//����buf����
WRC_RX_DMA_check(&wrc_uart_para_g);
@@ -318,6 +318,13 @@
}
+void LongTimeReportFailed(BILLING_VALVE_CTRL_PATA_T billing_valve_ctrl_para_in)
+{
+
+
+
+}
+
void WirelessRemoteCommPro(FUN_START_CTRL_PARA_T * sys_fun_run_ctrl_p)
{
@@ -348,5 +355,10 @@
else
sys_fun_run_ctrl_p->wrc_ctrl_flag.running_flag = SET;
+
+ //����δ�ϱ��ɹ��жϣ���ͬЭ���жϵı���ͬ
+
+
+
}
--
Gitblit v1.9.3