Commit fe7244ef authored by hu's avatar hu

调整外发

parent b7030a59
No preview for this file type
This diff is collapsed.
project .intvect 1536
project .text 322364
project .text 322892
project .rodata 411103
project .secinfo 120
project .syscall 6
......
......@@ -109,7 +109,7 @@ void Data_Gas1_Processing_Service(void)
if ((Common_Get_IG_Sts_Valid() == 1u) && (Common_Get_IG_Sts() == COMMON_POWER_ON))
{
if ((Gas_Value < 500u) || (Gas_Value > 4250u))
if ((Gas_Value < 250u) || (Gas_Value > 4250u))
{
if (DataStrGas1.LostTimer < 200u)
{
......@@ -195,7 +195,7 @@ void Data_Gas2_Processing_Service(void)
if ((Common_Get_IG_Sts_Valid() == 1u) && (Common_Get_IG_Sts() == COMMON_POWER_ON))
{
if ((Gas_Value < 500u) || (Gas_Value > 4250u))
if ((Gas_Value < 250u) || (Gas_Value > 4250u))
{
if (DataStrGas2.LostTimer < 200u)
{
......@@ -281,7 +281,7 @@ void Data_WET_Processing_Service(void)
if ((Common_Get_IG_Sts_Valid() == 1u) && (Common_Get_IG_Sts() == COMMON_POWER_ON))
{
if ((Gas_Value < 500u) || (Gas_Value > 4250u))
if ((Gas_Value < 500u) || (Gas_Value > 4500u))
{
if (DataStrWET.LostTimer < 200u)
{
......
......@@ -438,7 +438,7 @@ void GUI_WetGas_Dispaly(uint8_t Mode)
if (Mode == GUI_DISP_MODE_NORMAL)
{
current_value = GetGaugesCurrentPos(WETGasGauges);
//current_Flag = Common_Get_WET_Valid(); /*有效性判断用*/
current_Flag = Common_Get_WET_Valid(); /*有效性判断用*/
if ((current_value <= 17u) && (current_Flag == 1u))
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment