Fixed warning

This commit is contained in:
2022-08-19 16:24:43 +02:00
parent 19333fd774
commit 7edf81ed1a

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"