Commit 1fb8bce0 authored by 李茂军's avatar 李茂军

Merge branch 'limaojun' into 'shihao'

Limaojun

See merge request !15
parents 9a1f3e0d 1bd9507e
......@@ -933,7 +933,7 @@ void Ser2EToDFlashInfoInit(void)
EOL_F101 = EOL_GetF101();
EOL_F110 = EOL_GetF110();
EOL_F102 = EOL_GetF102();
for (i = 0u; i < 16u; ++i)
for (i = 0u; i < 8u; ++i)
{
Ser2EToDFlashInfo.DID_F101[i] = EOL_F101.F101_Byte[i];
}
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment