Add STM32_USB_USE_OTG2 to USB_ENDPOINTS_ARE_REORDERABLE (#26369)

This commit is contained in:
Drashna Jaelre
2026-07-31 11:48:45 +10:00
committed by GitHub
parent ac62ad57ec
commit 74800d0cdf
+1 -1
View File
@@ -47,7 +47,7 @@
#ifdef PROTOCOL_CHIBIOS
# include <hal.h>
# if STM32_USB_USE_OTG1 == TRUE
# if STM32_USB_USE_OTG1 == TRUE || STM32_USB_USE_OTG2 == TRUE
# define USB_ENDPOINTS_ARE_REORDERABLE
# endif
#endif