Fixed warning

This commit is contained in:
2022-08-19 16:24:43 +02:00
parent 07f43ec91c
commit a4d8b2cf73

View File

@ -21,7 +21,7 @@
#include "esp8266-compat.h"
#include "soc/gpio_reg.h"
#include "soc/rmt_struct.h"
#include "driver/periph_ctrl.h"
#include <esp_private/periph_ctrl.h>
#include "esp_intr_alloc.h"
#include "hal/rmt_ll.h"
#include "driver/rmt.h"