From e61d1595ebb1fa76b499cddec2df4bd66ec92b97 Mon Sep 17 00:00:00 2001 From: jinlicong <493886250@qq.com> Date: Mon, 20 May 2024 20:02:47 +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