Skip to content

Commit

Permalink
fixup! boards/common/stm32: use usbdev_synopsys_dwc2 driver as periph…
Browse files Browse the repository at this point in the history
…_usbdev
  • Loading branch information
gschorcht committed Sep 26, 2022
1 parent 8dd0b87 commit 79c3baf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions boards/common/stm32/include/cfg_usb_otg_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ extern "C" {
#define DWC2_USB_OTG_FS_ENABLED

/**
* @name common USB OTG FS configuration
* @{
* @brief Common USB OTG FS configuration
*/
static const dwc2_usb_otg_fshs_config_t dwc2_usb_otg_fshs_config[] = {
{
Expand All @@ -48,7 +47,6 @@ static const dwc2_usb_otg_fshs_config_t dwc2_usb_otg_fshs_config[] = {
.af = GPIO_AF10,
}
};
/** @} */

/**
* @brief Number of available USB OTG peripherals
Expand Down
4 changes: 1 addition & 3 deletions boards/common/stm32/include/cfg_usb_otg_hs_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ extern "C" {
#define DWC2_USB_OTG_HS_ENABLED

/**
* @name common USB OTG FS configuration
* @{
* @brief Common USB OTG FS configuration
*/
static const dwc2_usb_otg_fshs_config_t dwc2_usb_otg_fshs_config[] = {
{
Expand All @@ -48,7 +47,6 @@ static const dwc2_usb_otg_fshs_config_t dwc2_usb_otg_fshs_config[] = {
.af = GPIO_AF12,
}
};
/** @} */

/**
* @brief Number of available USB OTG peripherals
Expand Down

0 comments on commit 79c3baf

Please sign in to comment.