Closed jonas-schievink closed 3 years ago
Closes https://github.com/stm32-rs/bxcan/issues/39
Makes transmit return a TransmitStatus on success, containing the dequeued frame and the mailbox that was used.
transmit
TransmitStatus
bors r+
Build succeeded:
Closes https://github.com/stm32-rs/bxcan/issues/39
Makes
transmit
return aTransmitStatus
on success, containing the dequeued frame and the mailbox that was used.