waterloo-rocketry / canlib

Common library for all our boards interfacing over CAN
GNU General Public License v3.0
2 stars 0 forks source link

On the pic18f26k83, we don't extract messages from RX buffer 1 #22

Closed akmorrison closed 3 years ago

akmorrison commented 4 years ago

https://github.com/waterloo-rocketry/canlib/blob/f03a043a85562f3e46f73af704f7f553d3338bdb/pic18f26k83/pic18f26k83_can.c#L144

This will result in missed CAN messages. This isn't great.

zx100x100 commented 3 years ago

whoops, forgot about this, we do now