Skip to content

Commit

Permalink
Merge pull request #384 from josesimoes/patch-2
Browse files Browse the repository at this point in the history
Add missing define to hal_usbh_lld
  • Loading branch information
fpoussin committed Dec 19, 2023
2 parents 9d7a7f9 + 1c18531 commit 9b3d602
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions os/hal/ports/STM32/LLD/USBHv1/hal_usbh_lld.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@
#if !defined(STM32_OTG2_USE_HS)
#define STM32_OTG2_USE_HS FALSE
#endif
#if !defined(STM32_OTG1_USE_ULPI)
#define STM32_OTG1_USE_ULPI FALSE
#endif
#if !defined(STM32_OTG2_USE_ULPI)
#define STM32_OTG2_USE_ULPI FALSE
#endif
Expand Down

0 comments on commit 9b3d602

Please sign in to comment.