Skip to content

Commit 8b140d2

Browse files
authored
Update ESP32SJA1000.cpp
update to #include "esp_intr_alloc.h"
1 parent 9d0be8a commit 8b140d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ESP32SJA1000.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#ifdef ARDUINO_ARCH_ESP32
55

6-
#include "esp_intr.h"
6+
#include "esp_intr_alloc.h"
77
#include "soc/dport_reg.h"
88
#include "driver/gpio.h"
99

0 commit comments

Comments
 (0)