Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
VC66_7C
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
ISUZU
VC66_7C
Commits
fe7244ef
Commit
fe7244ef
authored
Dec 03, 2021
by
hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整外发
parent
b7030a59
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
23687 additions
and
23765 deletions
+23687
-23765
project
ghs/project
+0
-0
project.hex
ghs/project.hex
+23247
-23230
project.siz
ghs/project.siz
+1
-1
Data_AirPressure.c
source/Application/APP/Data_AirPressure/Data_AirPressure.c
+3
-3
CAN_FUNC.c
source/Application/CAN_APP_NM/CAN_App/CAN_FUNC.c
+435
-530
GUI.c
source/Application/Graphic/GUI/GUI.c
+1
-1
No files found.
ghs/project
View file @
fe7244ef
No preview for this file type
ghs/project.hex
View file @
fe7244ef
This diff is collapsed.
Click to expand it.
ghs/project.siz
View file @
fe7244ef
project .intvect 1536
project .text 322
364
project .text 322
892
project .rodata 411103
project .secinfo 120
project .syscall 6
...
...
source/Application/APP/Data_AirPressure/Data_AirPressure.c
View file @
fe7244ef
...
...
@@ -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
<
50
0u
)
||
(
Gas_Value
>
4250u
))
if
((
Gas_Value
<
25
0u
)
||
(
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
<
50
0u
)
||
(
Gas_Value
>
4250u
))
if
((
Gas_Value
<
25
0u
)
||
(
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
>
4
25
0u
))
if
((
Gas_Value
<
500u
)
||
(
Gas_Value
>
4
50
0u
))
{
if
(
DataStrWET
.
LostTimer
<
200u
)
{
...
...
source/Application/CAN_APP_NM/CAN_App/CAN_FUNC.c
View file @
fe7244ef
This diff is collapsed.
Click to expand it.
source/Application/Graphic/GUI/GUI.c
View file @
fe7244ef
...
...
@@ -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
))
{
...
...
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