Skip to content

Commit

Permalink
Merge pull request #1164 from suda-morris/refactor/update_include_hea…
Browse files Browse the repository at this point in the history
…der_esp32xx_dcd

update dcd_esp32sx with correct include list
  • Loading branch information
hathach committed Nov 1, 2021
2 parents fa3ed60 + 7d0d6f8 commit 9245b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/portable/espressif/esp32sx/dcd_esp32sx.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
#if (((CFG_TUSB_MCU == OPT_MCU_ESP32S2) || (CFG_TUSB_MCU == OPT_MCU_ESP32S3)) && TUSB_OPT_DEVICE_ENABLED)

// Espressif
#include "driver/periph_ctrl.h"
#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"
#include "soc/periph_defs.h" // for interrupt source

#include "device/dcd.h"

Expand Down

0 comments on commit 9245b8f

Please sign in to comment.