Merge pull request #1370 from hathach/fix-esp-idf

fix build with esp32s2, also use dwc2 for esp example
This commit is contained in:
Ha Thach
2022-03-04 15:20:51 +07:00
committed by GitHub
2 changed files with 1 additions and 2 deletions

View File

@@ -34,7 +34,6 @@
#include "freertos/xtensa_api.h"
#include "esp_intr_alloc.h"
#include "esp_log.h"
#include "driver/gpio.h"
#include "soc/dport_reg.h"
#include "soc/gpio_sig_map.h"
#include "soc/usb_periph.h"