From de9d1012d9e222fe26baa25a0586589e98f37c60 Mon Sep 17 00:00:00 2001 From: zhangjinshuo <jinshuo.zhang@hljtyw.com> Date: Fri, 1 Nov 2024 13:19:37 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=E4=BF=AE=E5=A4=8DABS?= =?UTF-8?q?=E5=92=8C=E6=8C=89=E9=94=AE=E6=BB=A4=E6=B3=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Firmware/Source/Component/Key/Key_user.c | 4 ++-- Firmware/Source/Component/Line_In/Line_In_user.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Firmware/Source/Component/Key/Key_user.c b/Firmware/Source/Component/Key/Key_user.c index 5904412..de6d5f2 100644 --- a/Firmware/Source/Component/Key/Key_user.c +++ b/Firmware/Source/Component/Key/Key_user.c @@ -145,7 +145,7 @@ void Key_KL30_Init_EXample(void) stKeyInitTem.enKeyIGNRealStatus = KEY_IG_OFF; Key_KL30_Init(&u8KeyRamData[0], stKeyAttribute, &stKeyInitTem); - Key_Parameter_Set_Short_Press_1_Time(50U,2000U); + Key_Parameter_Set_Short_Press_1_Time(50U,1000U); Key_Parameter_Set_Short_Press_2_Time(2000U,5000U); Key_Parameter_Set_Long_Press_1_Time(2000U); @@ -161,7 +161,7 @@ void Key_Wakeup_Init_EXample(void) stKeyInitTem.enKeyIGNRealStatus = KEY_IG_OFF; Key_Wakeup_Init(&u8KeyRamData[0], stKeyAttribute, &stKeyInitTem); - Key_Parameter_Set_Short_Press_1_Time(50U,2000U); + Key_Parameter_Set_Short_Press_1_Time(50U,1000U); Key_Parameter_Set_Short_Press_2_Time(2000U,5000U); Key_Parameter_Set_Long_Press_1_Time(2000U); diff --git a/Firmware/Source/Component/Line_In/Line_In_user.c b/Firmware/Source/Component/Line_In/Line_In_user.c index 841fff2..423cb4e 100644 --- a/Firmware/Source/Component/Line_In/Line_In_user.c +++ b/Firmware/Source/Component/Line_In/Line_In_user.c @@ -9,7 +9,7 @@ const Line_In_Attribute_st g_stLineInAttribute[LINE_IN_MAX] = {LEVEL_LOW, LEVEL_HIGH, LINE_IN_IG_ON, 20U, 20U, Get_LINE_IN_Turn_Right, },/*P9*/ {LEVEL_LOW, LEVEL_HIGH, LINE_IN_IG_ON, 40U, 20U, Get_LINE_IN_High_Beam, },/*P18*/ {LEVEL_HIGH, LEVEL_LOW, LINE_IN_IG_ON, 125U, 20U, Get_LINE_IN_Efi_Fault, },/*P15*/ - {LEVEL_LOW, LEVEL_HIGH, LINE_IN_IG_ON, 125U, 0U, Get_LINE_IN_ABS, },/*P7*/ + {LEVEL_LOW, LEVEL_HIGH, LINE_IN_IG_ON, 170U, 0U, Get_LINE_IN_ABS, },/*P7*/ {LEVEL_HIGH, LEVEL_LOW, LINE_IN_IG_ON, 125U, 20U, Get_LINE_IN_Auto_Start_Stop, },/*P12*/ {LEVEL_HIGH, LEVEL_LOW, LINE_IN_IG_ON, 2000U, 20U, Get_LINE_IN_Oil_Pressure_Alert, },/*P21*/ {LEVEL_LOW, LEVEL_HIGH, LINE_IN_IG_ON, 125U, 20U, Get_LINE_IN_Coolant_Temperature }, /*P11*/ -- 2.23.0