arduino-CAN icon indicating copy to clipboard operation
arduino-CAN copied to clipboard

Update ESP32SJA1000.cpp

Open videobuff opened this issue 3 years ago • 2 comments

The #include "esp_intr.h" depreciated and should be replaced by #include "esp_intr_alloc.h"

videobuff avatar Apr 21 '22 20:04 videobuff

I tried this commit, and it just gives many more errors

Maximize0987 avatar Jan 19 '24 17:01 Maximize0987