Skip to content

Commit

Permalink
Merge pull request hathach#2683 from andrewleech/synopsys_esp32_freertos
Browse files Browse the repository at this point in the history
synopsys/dwc2_esp32: Add header for vTaskDelay.
  • Loading branch information
HiFiPhile authored Jun 21, 2024
2 parents 1cc319a + 0d79da3 commit 906c84d
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 906c84d

Please sign in to comment.