Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#warning esp_intr.h is deprecated #138

Open
atestani opened this issue Jun 14, 2024 · 1 comment
Open

#warning esp_intr.h is deprecated #138

atestani opened this issue Jun 14, 2024 · 1 comment

Comments

@atestani
Copy link

I am using the library in an ESP32 application in PlatformIO using the Arduino framework with MCP2515 hardware. I am getting the warning message below. It is only a warning, so no big deal, but I thought you would like to know.

In file included from .pio/libdeps/esp32dev/CAN/src/ESP32SJA1000.cpp:6:
C:/Users/Al Testani/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/include/esp_hw_support/include/esp_intr.h:8:2: warning: #warning esp_intr.h is deprecated, please include esp_intr_alloc.h instead [-Wcpp]
 #warning esp_intr.h is deprecated, please include esp_intr_alloc.h instead
@zetazetterberg
Copy link

replaced with esp_intr_alloc.h.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants