Обновление
This commit is contained in:
parent
4151ceaa53
commit
bcd066ba94
|
|
@ -159,6 +159,10 @@ const FLEXCAN_RxMbFilterType IdCanFilterFifoCan1[countIdCanFilterFifoCan1] = {
|
|||
};
|
||||
*/
|
||||
|
||||
void CAN0_ErrorInterrupt_CallBack(uint8_t u8CanIndex, FLEXCAN_ErrorInfoType *pErrorInfo) {
|
||||
asm("nop");
|
||||
}
|
||||
|
||||
static bool vCanPort_InitCan0() {
|
||||
vCanPort_InitCAN0RxTxPin();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue