Skip to content

Commit

Permalink
synopsys/dwc2_esp32: Add header for vTaskDelay.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewleech committed Jun 20, 2024
1 parent 1cc319a commit 0d79da3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/portable/synopsys/dwc2/dwc2_esp32.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#include "esp_intr_alloc.h"
#include "soc/periph_defs.h"
//#include "soc/usb_periph.h"
#include "freertos/task.h"

#define DWC2_REG_BASE 0x60080000UL
#define DWC2_EP_MAX 6 // USB_OUT_EP_NUM. TODO ESP32Sx only has 5 tx fifo (5 endpoint IN)
Expand Down

0 comments on commit 0d79da3

Please sign in to comment.