Commit 8c2820a2 authored by 李延凯's avatar 李延凯

fix: 修复1101无响应的问题

parent 3d0d375b
...@@ -538,10 +538,11 @@ void UDS_Service_11_Indication(uint16_t A_TA_type, uint16_t A_Length, uint8_t *A ...@@ -538,10 +538,11 @@ void UDS_Service_11_Indication(uint16_t A_TA_type, uint16_t A_Length, uint8_t *A
{ {
UDS_Service_Response(si, POSITIVE_RSP, DIAG_ID_Tx, 1, UDS_ISO14229_Transfer); UDS_Service_Response(si, POSITIVE_RSP, DIAG_ID_Tx, 1, UDS_ISO14229_Transfer);
} }
i = 900; i = 6400;
while (--i) while (--i)
{ {
__NOP(); __NOP();
RTE_WDT_Clear();
} }
__NVIC_SystemReset(); __NVIC_SystemReset();
} }
......
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