pazi88 / STM32_CAN

CAN bus Library for Arduino STM32
GNU General Public License v3.0
67 stars 28 forks source link

Change back to CAN specific interrupt disables. #8

Closed pazi88 closed 1 year ago

pazi88 commented 1 year ago

Disabling all the interrupts because of the CAN messages isn't good idea at all. This seems to cause lot of issues on my indented use of this library. So back to original implementation in that regards.