Skip to content

Commit 6efd126

Browse files
author
Richard Unger
committed
use new version of header file
1 parent 7d3dbd8 commit 6efd126

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/current_sense/hardware_specific/esp32/esp32s_adc_driver.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
#include "freertos/task.h"
77
#include "rom/ets_sys.h"
88
#include "esp_attr.h"
9-
#include "esp_intr.h"
9+
//#include "esp_intr.h" // deprecated
10+
#include "esp_intr_alloc.h"
1011
#include "soc/rtc_io_reg.h"
1112
#include "soc/rtc_cntl_reg.h"
1213
#include "soc/sens_reg.h"

0 commit comments

Comments
 (0)