Commit 7bf75fb2 authored by 张明扬's avatar 张明扬 🇨🇳

fix:修改QAC问题45371

parent 7a0fbff0
...@@ -36,7 +36,7 @@ extern const ProjectInfoStruct ProjectInfo __attribute__((section(".ARM.__at_0x0 ...@@ -36,7 +36,7 @@ extern const ProjectInfoStruct ProjectInfo __attribute__((section(".ARM.__at_0x0
"CAN_STD", "CAN_STD",
"CAN_CH_0", "CAN_CH_0",
"CAN_500Kbps", "CAN_500Kbps",
{DIAG_ID_Tx, DIAG_ID_Rx_PHY, DIAG_ID_Rx_FUN} {DIAG_ID_Tx, DIAG_ID_Rx_PHY, DIAG_ID_Rx_FUN, 0}
} }
}; };
#else #else
...@@ -49,7 +49,7 @@ extern const ProjectInfoStruct ProjectInfo __attribute__((section(".ARM.__at_0x0 ...@@ -49,7 +49,7 @@ extern const ProjectInfoStruct ProjectInfo __attribute__((section(".ARM.__at_0x0
"CAN_STD", "CAN_STD",
"CAN_CH_0", "CAN_CH_0",
"CAN_500Kbps", "CAN_500Kbps",
{DIAG_ID_Tx, DIAG_ID_Rx_PHY, DIAG_ID_Rx_FUN} {DIAG_ID_Tx, DIAG_ID_Rx_PHY, DIAG_ID_Rx_FUN, 0}
} }
}; };
#endif #endif
......
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