commaai / panda

code powering the comma.ai panda
MIT License
1.54k stars 786 forks source link

misra_8_4 #2019

Closed maxime-desroches closed 2 months ago

maxime-desroches commented 2 months ago

Have to split most .h into a .h + .c to really fix misra8.4.

This change will also make the #include more specific. Right now it is very hard to tell what is included from where.

This moves a lot of stuff around but I try to keep the diff readable by keeping the changes to the absolute minimum.