Skip to content
Commit 329c760f authored by Michael Spahlinger's avatar Michael Spahlinger Committed by Gregory Nutt
Browse files

SAMV7: CAN Message Filtering fixed

 - Bugfix: stdfilters didn't work because the filter was never enabled (wrong number of bits to shift)
 - Bugfix: Filters were never used because the configuration register cannot be written without using the initialization mode

Both bugs are fixed by this patch. Filtering has been tested with both standard and extended identifiers and is now working properly.
parent 6aa067e9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment