Commit 07809818 authored by 时昊's avatar 时昊

Merge branch 'shihao' of http://tyw-server.synology.me:12345/shihao/le19 into shihao

parents 813658a3 1fb8bce0
......@@ -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