From 8b140d21a956bbf53374dace8fa3df305876ddfb Mon Sep 17 00:00:00 2001 From: andineise <69535395+andineise@users.noreply.github.com> Date: Wed, 27 Mar 2024 14:16:04 +0100 Subject: [PATCH] Update ESP32SJA1000.cpp update to #include "esp_intr_alloc.h" --- src/ESP32SJA1000.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ESP32SJA1000.cpp b/src/ESP32SJA1000.cpp index 3c56fba..b0b60c5 100644 --- a/src/ESP32SJA1000.cpp +++ b/src/ESP32SJA1000.cpp @@ -3,7 +3,7 @@ #ifdef ARDUINO_ARCH_ESP32 -#include "esp_intr.h" +#include "esp_intr_alloc.h" #include "soc/dport_reg.h" #include "driver/gpio.h"