In some cases, we don't want the CAN peripheral to repeatedly try to transmit again each frame that cannot be transmitted.
With this pull request, I am proposing a small change that adds a function to CanConfig to enable or disable automatic retransmission using the NART bit.
In some cases, we don't want the CAN peripheral to repeatedly try to transmit again each frame that cannot be transmitted. With this pull request, I am proposing a small change that adds a function to
CanConfig
to enable or disable automatic retransmission using the NART bit.