Skip to content

Commit

Permalink
usb/dwc: Enable the STM32H7 in the DWC2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonmux committed Aug 11, 2024
1 parent 87dfa96 commit 2aca37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/libopencm3/usb/dwc/otg_hs.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include <libopencm3/usb/dwc/otg_common.h>

/* Memory map is required for USB_OTG_HS_BASE address */
#if defined(STM32F2) || defined(STM32F4) || defined(STM32F7)
#if defined(STM32F2) || defined(STM32F4) || defined(STM32F7) || defined(STM32H7)
# include <libopencm3/stm32/memorymap.h>
#else
# error "device family not supported by dwc/otg_hs."
Expand Down

0 comments on commit 2aca37e

Please sign in to comment.