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
eb3c323b
Commit
eb3c323b
authored
Sep 18, 2022
by
hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改参数错误
parent
575578b7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Key_user.c
source/Application/APP/Key/Key_user.c
+1
-1
Common_Interface.c
source/Application/RTE/Common_Interface.c
+2
-2
No files found.
source/Application/APP/Key/Key_user.c
View file @
eb3c323b
...
...
@@ -16,7 +16,7 @@
/*-------------------------------------------------------*/
/*无车速限制值*/
#define DISPSPEEDNULLMAX
66
#define DISPSPEEDNULLMAX
50
/*----------按键具体功能执行的回调函数-----------------------*/
...
...
source/Application/RTE/Common_Interface.c
View file @
eb3c323b
...
...
@@ -176,7 +176,7 @@ uint8_t Common_Get_OverSpeed_Status(void)
uint16_t
DispVSpeed
=
0u
;
uint16_t
DataOverSpeedValue
=
0u
;
DataOverSpeedValue
=
K_Line_Set
.
Sig
.
K_Line_LID45
;
DataOverSpeedValue
=
K_Line_Set
.
K_Line_LID45
;
DataOverSpeedValue
*=
100u
;
DispVSpeed
=
Common_Get_Disp_E_Speed
();
...
...
@@ -957,4 +957,4 @@ void Common_Set_Can_Engine_Oil_Num(uint32_t Val)
uint32_t
Common_Get_Can_Engine_Oil_Num
(
void
)
{
return
Can_Engine_Oil_Num
;
}
\ No newline at end of file
}
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