esp_intr.h depreciated, using esp_intr_alloc.h
changed per build warning
This commit is contained in:
parent
5415ff65c3
commit
4338d92bb4
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@
|
|||
#include "freertos/FreeRTOS.h"
|
||||
#include "freertos/queue.h"
|
||||
|
||||
#include "esp_intr.h"
|
||||
// #include "esp_intr.h"
|
||||
#include "esp_intr_alloc.h"
|
||||
#include "soc/dport_reg.h"
|
||||
#include <math.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue