mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 10:49:42 +02:00
Fix broken RX for CANFD native
This commit is contained in:
parent
b9b328bb38
commit
d94e235ad6
1 changed files with 1 additions and 0 deletions
|
@ -643,6 +643,7 @@ void receive_canfd() { // This section checks if we have a complete CAN-FD mess
|
|||
}
|
||||
//message incoming, pass it on to the handler
|
||||
receive_can(&rx_frame, CAN_ADDON_FD_MCP2518);
|
||||
receive_can(&rx_frame, CANFD_NATIVE);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue