fix build with latest esp idf

This commit is contained in:
hathach
2022-02-18 13:07:21 +07:00
parent fcca8bb4ca
commit 52645fcc1b
7 changed files with 15 additions and 4 deletions

View File

@@ -32,8 +32,8 @@
#include "hal/usb_hal.h"
#include "soc/usb_periph.h"
#include "driver/periph_ctrl.h"
#include "driver/rmt.h"
#include "esp_private/periph_ctrl.h"
#ifdef NEOPIXEL_PIN
#include "led_strip.h"