Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
haoJin750TFT
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
时昊
haoJin750TFT
Commits
14085d14
You need to sign in or sign up before continuing.
Commit
14085d14
authored
6 months ago
by
王雅楠
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'wangyanan' into 'dev'
fix:【56138】【54637】电喷故障灯修改 See merge request
!56
parents
904a0b2e
f4cccaf8
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
56 deletions
+3
-56
GpioUser.c
Firmware/Source/Application/GpioUser.c
+2
-2
AMT630H_Datas.c
Firmware/Source/Component/AMT630H/AMT630H_Datas.c
+0
-53
Line_In_user.c
Firmware/Source/Component/Line_In/Line_In_user.c
+1
-1
No files found.
Firmware/Source/Application/GpioUser.c
View file @
14085d14
...
@@ -38,7 +38,7 @@ void Gpio_Init(_GpioUser_Enum InitMode)
...
@@ -38,7 +38,7 @@ void Gpio_Init(_GpioUser_Enum InitMode)
RTE_GPIO_Config
(
RTE_GPIO_PORT02_PIN06
,
RTE_GPIO_DIR_IN
);
//水温信号输入-AD
RTE_GPIO_Config
(
RTE_GPIO_PORT02_PIN06
,
RTE_GPIO_DIR_IN
);
//水温信号输入-AD
RTE_GPIO_Config
(
RTE_GPIO_PORT02_PIN07
,
RTE_GPIO_DIR_IN
);
//BiasBitSW-燃油-AD---
RTE_GPIO_Config
(
RTE_GPIO_PORT02_PIN07
,
RTE_GPIO_DIR_IN
);
//BiasBitSW-燃油-AD---
RTE_GPIO_Config
(
RTE_GPIO_PORT03_PIN00
,
GpioOut_Low
);
RTE_GPIO_Config
(
RTE_GPIO_PORT03_PIN00
,
RTE_GPIO_DIR_IN
);
RTE_GPIO_Config
(
RTE_GPIO_PORT03_PIN01
,
RTE_GPIO_DIR_IN
);
//SDB_LED_DRIVER
RTE_GPIO_Config
(
RTE_GPIO_PORT03_PIN01
,
RTE_GPIO_DIR_IN
);
//SDB_LED_DRIVER
RTE_GPIO_Config
(
RTE_GPIO_PORT04_PIN00
,
GpioOut_Low
);
//SEDIO-编程
RTE_GPIO_Config
(
RTE_GPIO_PORT04_PIN00
,
GpioOut_Low
);
//SEDIO-编程
...
@@ -110,7 +110,7 @@ void Gpio_Init(_GpioUser_Enum InitMode)
...
@@ -110,7 +110,7 @@ void Gpio_Init(_GpioUser_Enum InitMode)
RTE_GPIO_Config
(
RTE_GPIO_PORT02_PIN06
,
RTE_GPIO_DIR_IN
);
RTE_GPIO_Config
(
RTE_GPIO_PORT02_PIN06
,
RTE_GPIO_DIR_IN
);
RTE_GPIO_Config
(
RTE_GPIO_PORT02_PIN07
,
RTE_GPIO_DIR_IN
);
RTE_GPIO_Config
(
RTE_GPIO_PORT02_PIN07
,
RTE_GPIO_DIR_IN
);
RTE_GPIO_Config
(
RTE_GPIO_PORT03_PIN00
,
GpioOut_Low
);
RTE_GPIO_Config
(
RTE_GPIO_PORT03_PIN00
,
RTE_GPIO_DIR_IN
);
RTE_GPIO_Config
(
RTE_GPIO_PORT03_PIN01
,
RTE_GPIO_DIR_IN
);
RTE_GPIO_Config
(
RTE_GPIO_PORT03_PIN01
,
RTE_GPIO_DIR_IN
);
RTE_GPIO_Config
(
RTE_GPIO_PORT04_PIN00
,
GpioOut_Low
);
RTE_GPIO_Config
(
RTE_GPIO_PORT04_PIN00
,
GpioOut_Low
);
...
...
This diff is collapsed.
Click to expand it.
Firmware/Source/Component/AMT630H/AMT630H_Datas.c
View file @
14085d14
...
@@ -3146,59 +3146,6 @@ static void AMT630H_GUI_Fuel_SelfCheck(uint8_t Fuel)
...
@@ -3146,59 +3146,6 @@ static void AMT630H_GUI_Fuel_SelfCheck(uint8_t Fuel)
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0562_315_473
);
/*燃油红区*/
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0562_315_473
);
/*燃油红区*/
}
}
// if (FuelLevel != g_u16PerFuel_SelfCheck)
// {
// if(g_u16PerFuel_SelfCheck == 0)
// {
// SetPagePic(GRAPHICS_PAGE_0, Pic_0562_315_473);
// }
// else
// {
// for (uint8_t i = 0; i < g_u16PerFuel_SelfCheck; i++)
// {
// SetPagePic(GRAPHICS_PAGE_0, PICList_Fuel_SelfCheck[i]);
// }
// if (FuelLevel > g_u16PerFuel_SelfCheck)
// {
// g_u16PerFuel_SelfCheck++;
// }
// else
// {
// ;
// }
// }
// }
// else
// {
// for (uint8_t i = 0; i < g_u16_GUI_PerFuelLevel; i++)
// {
// SetPagePic(GRAPHICS_PAGE_0, PICList_Fuel_SelfCheck[i]);
// }
// }
// /*燃油格数走格*/
// if (FuelLevel > g_u16_GUI_PerFuelLevel)
// {
// g_u16_GUI_PerFuelLevel++;
// }
// else if ((FuelLevel < g_u16_GUI_PerFuelLevel) && (g_u16_GUI_PerFuelLevel != 0))
// {
// g_u16_GUI_PerFuelLevel--;
// }
// else
// {
// ;
// }
// for (uint8_t i = 0; i < g_u16_GUI_PerFuelLevel; i++)
// {
// SetPagePic(GRAPHICS_PAGE_0, PICList_Fuel_SelfCheck[i]);
// }
}
}
...
...
This diff is collapsed.
Click to expand it.
Firmware/Source/Component/Line_In/Line_In_user.c
View file @
14085d14
...
@@ -58,7 +58,7 @@ Linelib_uint8_t Get_LINE_IN_High_Beam(void)
...
@@ -58,7 +58,7 @@ Linelib_uint8_t Get_LINE_IN_High_Beam(void)
Linelib_uint8_t
Get_LINE_IN_Efi_Fault
(
void
)
Linelib_uint8_t
Get_LINE_IN_Efi_Fault
(
void
)
{
{
Linelib_uint8_t
ret
=
0U
;
Linelib_uint8_t
ret
=
0U
;
if
(
RTE_GPIO_Get_Level
(
Engine_Failure_MCU
))
if
(
RTE_GPIO_Get_Level
(
MAINTENANCE_LAMP_OUT
))
{
{
ret
=
1u
;
ret
=
1u
;
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment