mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-09-07 10:53:17 +02:00
Add STM32_USB_USE_OTG2 to USB_ENDPOINTS_ARE_REORDERABLE (#26369)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user