KevinOConnor / can2040

Software CAN bus implementation for rp2040 micro-controllers
GNU General Public License v3.0
667 stars 66 forks source link

Compilation issue using pico sdk v2.0.0.0 #54

Open hdumcke opened 1 month ago

hdumcke commented 1 month ago

Version 2.0.0 of the pico SDK has changes in the header file that breaks compilation of can2040. I'll submit a PR that will fix the issue and should also be backward compatible. I tested with 2.0.0 but not with a prior version. If you accept this PR and still have a previous version just check if it compiles before merging.

Thank you for the code