Fix WAIT_FOR_USB handling (#23598)
This commit is contained in:
parent
c8ceda461a
commit
16cca527a6
14 changed files with 27 additions and 14 deletions
|
@ -66,6 +66,10 @@ ifeq ($(strip $(NO_USB_STARTUP_CHECK)), yes)
|
|||
OPT_DEFS += -DNO_USB_STARTUP_CHECK
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(USB_WAIT_FOR_ENUMERATION)), yes)
|
||||
OPT_DEFS += -DUSB_WAIT_FOR_ENUMERATION
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(JOYSTICK_SHARED_EP)), yes)
|
||||
OPT_DEFS += -DJOYSTICK_SHARED_EP
|
||||
SHARED_EP_ENABLE = yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue