diff --git a/cores/esp32/esp32-hal-rmt.c b/cores/esp32/esp32-hal-rmt.c index f03cd86f..a3ddb3ce 100644 --- a/cores/esp32/esp32-hal-rmt.c +++ b/cores/esp32/esp32-hal-rmt.c @@ -21,7 +21,7 @@ #include "esp8266-compat.h" #include "soc/gpio_reg.h" #include "soc/rmt_struct.h" -#include "driver/periph_ctrl.h" +#include #include "esp_intr_alloc.h" #include "hal/rmt_ll.h" #include "driver/rmt.h"