From 7edf81ed1a71fc7b9258d40e9a147578bc64b81b Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Fri, 19 Aug 2022 16:24:43 +0200 Subject: [PATCH] Fixed warning --- cores/esp32/esp32-hal-rmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"