arduino-mcp2515 icon indicating copy to clipboard operation
arduino-mcp2515 copied to clipboard

Fix messages are not read in correct order

Open jxltom opened this issue 3 years ago • 0 comments

Since two rx are enabled by rollover, currently the readed messages won't be in the correct order if received messages are very fast. This is because rx0 is always the first buffer to read. Refer https://www.microchip.com/forums/tm.aspx?m=620741.

This PR fixes this issue.

jxltom avatar Sep 12 '20 06:09 jxltom