Washington-Superbike / Superbike-Firmware

2 stars 3 forks source link

CAN: interrupts for receiving messages #20

Open caslam opened 1 year ago

caslam commented 1 year ago

I made a smaller struct that just stores the message ID and data but it also seems to work fine if you make the queue with CAN_message_ts instead, so I'm not sure if it would be better just to use that?

Chase-Arline commented 1 year ago

Overall looks good!