Skip to content

Commit

Permalink
Add missing define to hal_usbh_lld
Browse files Browse the repository at this point in the history
  • Loading branch information
josesimoes committed Dec 14, 2023
1 parent 9d7a7f9 commit 1c18531
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 1c18531

Please sign in to comment.