Skip to content

Commit fb9f57a

Browse files
author
Richard Unger
committed
remove deprecated header
1 parent f1d6de2 commit fb9f57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/current_sense/hardware_specific/esp32/esp32_adc_driver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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
1010
#include "soc/rtc_io_reg.h"
1111
#include "soc/rtc_cntl_reg.h"
1212
#include "soc/sens_reg.h"

0 commit comments

Comments
 (0)