From 1360095f8d64cf607d333d2fc7fd1dcd81d1bd7b Mon Sep 17 00:00:00 2001 From: jinlicong <493886250@qq.com> Date: Fri, 24 May 2024 16:35:10 +0800 Subject: [PATCH] 修改报警相关处理 --- Function/WirelessRemoteComm/wireless_remote_comm.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Function/WirelessRemoteComm/wireless_remote_comm.h b/Function/WirelessRemoteComm/wireless_remote_comm.h index e4b13dc..44d6a85 100644 --- a/Function/WirelessRemoteComm/wireless_remote_comm.h +++ b/Function/WirelessRemoteComm/wireless_remote_comm.h @@ -106,6 +106,7 @@ __IO LINK_STATUS link_status; WRC_ERR_CODE wrc_err_code; ErrorStatus wrc_result_flag; //���յ�ͨѶ����жϣ���ʼ��FAIL�����ո���Э��ȷ�ϱ���ͨѶ�Ƿ�ɹ� + ErrorStatus report_result_flag; //�ϱ��Ƿ�ɹ���־������һ��֮����û���ϴ��ɹ�������wrc_result_flag����һ�㣬ֻҪ�����ϱ�����Ӧ�������ϱ��ɹ������ܺ���ָ���ǰ�н���֡Ҳ����ɹ��� uint16_t time_out_time_sec; //��ʱʱ�� __IO uint16_t wrc_OFF_cnt; //Զ���رռ���,���ϼ����������ӳٹرյ�Դ���˳�ͨѶ���� -- Gitblit v1.9.3