esp_intr.h depreciated, using esp_intr_alloc.h

changed per build warning
This commit is contained in:
Sam Perry 2022-10-13 14:24:32 -04:00 committed by GitHub
parent 5415ff65c3
commit 4338d92bb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,8 @@
#include "freertos/FreeRTOS.h" #include "freertos/FreeRTOS.h"
#include "freertos/queue.h" #include "freertos/queue.h"
#include "esp_intr.h" // #include "esp_intr.h"
#include "esp_intr_alloc.h"
#include "soc/dport_reg.h" #include "soc/dport_reg.h"
#include <math.h> #include <math.h>