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/POWER_MANAGE/power_manage.h | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Function/POWER_MANAGE/power_manage.h b/Function/POWER_MANAGE/power_manage.h index 7899ad4..990dea6 100644 --- a/Function/POWER_MANAGE/power_manage.h +++ b/Function/POWER_MANAGE/power_manage.h @@ -92,6 +92,7 @@ AMS_PERIOD, AMS_KEY, AMS_WRC_BEFORE, + AMS_VALVE_CTRL_BEFORE }ALKA_MEASURE_STATUS; typedef enum @@ -134,8 +135,8 @@ int8_t alka_vcc_per; //���ݵ�ѹ����İٷֱ� - int8_t ex_pwr_in_cnt; - int8_t ex_pwr_out_cnt; + int8_t ex_pwr_in_cnt; //�������������� + int8_t ex_pwr_out_cnt; //��粻������������ }PWR_VOL_T; -- Gitblit v1.9.3