Commit 21b5c5f2 authored by 李秉薇's avatar 李秉薇

fix:39991

parent 83c528c2
......@@ -3401,11 +3401,13 @@ void UDS_Service_14_Indication ( uint32_t A_TA_type, uint16_t A_Length, uint8_t
SaveDTCsToEEPROM();
}
else//如果不是接收的不是14 FF FF FF,返回31负反馈
{ if ( A_TA_type != DIAG_ID_Rx_FUN )
{
NegRes.code = requestOutOfRange; //子功能不支持
UDS_Service_Response ( 0x14, NEGATIVE_RSP, DIAG_ID_Tx, 1, ( uint8_t * ) ( &NegRes.code ) );
return;
}
}
}
......
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