Commit 908216db authored by 李延凯's avatar 李延凯

fix: 27服务NRC7F判断错误

parent 41d55bd2
......@@ -740,7 +740,7 @@ void UDS_Service_27_Indication(uint32_t A_TA_type, uint16_t A_Length, uint8_t *A
/* NRC7F */
if (0U == NRC)
{
if (SessionType != ProgrammingSession)
if (SessionType != ExtendedDiagnosticSession)
{
NRC = serviceNotSupportedInActiveSession;
}
......
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