Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not incorrectly reset CANMsg.MSGTYPE on remote frame.
In `PcanBus.send()`, we initially set `msgType` based on all the flags of `msg`, including RTR. In the if/else for `self.fd`, we are incorrectly resetting it if rtr. We should not, and so we are no longer doing it.
- Loading branch information