-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Require the CAN frame type when creating a CanId
The most reliable way to know if a CAN ID is standard or extended is for the driver to determine this (based on the IDE bit, which isn't contained in the 29-bit ID). So we require the driver to determine the frame type when creating the ID. This was supposed to have been merged as a part of [1], but because of a rebase-and-force-push snafu, probably as a result of poor Git hygiene on my part, these changes were overwritten before the PR was merged. [1] #4
- Loading branch information
Showing
1 changed file
with
33 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters