Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
LE19
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
时昊
LE19
Commits
1fb8bce0
Commit
1fb8bce0
authored
Jun 25, 2024
by
李茂军
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'limaojun' into 'shihao'
Limaojun See merge request
!15
parents
9a1f3e0d
1bd9507e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
UDS_Common.c
le19源码/Source/Application/UDS/APP/Common/UDS_Common.c
+1
-1
UDS_2EService_Main.c
...ce/Application/UDS/APP/UDS_2EService/UDS_2EService_Main.c
+1
-1
No files found.
le19源码/Source/Application/UDS/APP/Common/UDS_Common.c
View file @
1fb8bce0
...
...
@@ -933,7 +933,7 @@ void Ser2EToDFlashInfoInit(void)
EOL_F101
=
EOL_GetF101
();
EOL_F110
=
EOL_GetF110
();
EOL_F102
=
EOL_GetF102
();
for
(
i
=
0u
;
i
<
16
u
;
++
i
)
for
(
i
=
0u
;
i
<
8
u
;
++
i
)
{
Ser2EToDFlashInfo
.
DID_F101
[
i
]
=
EOL_F101
.
F101_Byte
[
i
];
}
...
...
le19源码/Source/Application/UDS/APP/UDS_2EService/UDS_2EService_Main.c
View file @
1fb8bce0
...
...
@@ -452,7 +452,7 @@ void UDS_2EService_DID_7103(void)
void
Clear7103_Cbk
(
void
)
{
memcpy
(
Ser2EToDFlashInfo
.
DID_7103
,
0
,
1
)
;
Ser2EToDFlashInfo
.
DID_7103
[
0
]
=
0
;
(
void
)
write2EData
(
Write2EData
);
}
uint32_t
Get_7101_Value
(
void
)
...
...
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