Skip to content

Commit

Permalink
boards/common/esp32{s2,s3}: update USB OTG configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
gschorcht committed Oct 6, 2022
1 parent cc26840 commit 4384403
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions boards/common/esp32s2/include/periph_conf_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ static const dwc2_usb_otg_fshs_config_t dwc2_usb_otg_fshs_config[] = {
{
.periph = USB_OTG_FS_PERIPH_BASE,
.type = DWC2_USB_OTG_FS,
.phy = DWC2_USB_OTG_PHY_BUILTIN,
}
};

Expand Down
1 change: 1 addition & 0 deletions boards/common/esp32s3/include/periph_conf_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ static const dwc2_usb_otg_fshs_config_t dwc2_usb_otg_fshs_config[] = {
{
.periph = USB_OTG_FS_PERIPH_BASE,
.type = DWC2_USB_OTG_FS,
.phy = DWC2_USB_OTG_PHY_BUILTIN,
}
};

Expand Down

0 comments on commit 4384403

Please sign in to comment.