can msg tx: do not ignore bus argument (#5124)
bus argument was introduces in 12c899ddca
but was ignored.
This commit is contained in:
parent
ddab1536de
commit
298830ed82
|
@ -43,7 +43,7 @@ CanTxMessage::CanTxMessage(CanCategory category, uint32_t eid, uint8_t dlc, size
|
|||
|
||||
setDlc(dlc);
|
||||
|
||||
setBus(0);
|
||||
setBus(bus);
|
||||
|
||||
memset(m_frame.data8, 0, sizeof(m_frame.data8));
|
||||
#endif // HAL_USE_CAN || EFI_UNIT_TEST
|
||||
|
|
Loading…
Reference in New Issue