-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The M_CAN users manual v330 states that Rx FIFO Watermarks, FnWM, can take values 1-64 inclusive. Any value greater than 64 is interpreted as "Watermark interrupt disabled", p.31 and p.34. It also states that the Tx Event FIFO Watermark, EFWM, can take values 1-32 inclusive, Any value greated than 32 is interpreted as "Watermark interrupt disabled", p.44. This change makes the implementation consistent with the users manual on those specifics.
- Loading branch information
Showing
2 changed files
with
13 additions
and
9 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
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