Set HOST_DEVICE_SETTLE_DELAY_MS to zero for the incomplete AndroidAccessoryHost demo to prevent a timeout on the Android device from aborting Accessory mode after a command it sent to switch modes (thanks to Opendous Inc).
This commit is contained in:
parent
ddae47979d
commit
c505ba047f
2 changed files with 2 additions and 1 deletions
|
@ -122,6 +122,7 @@ LUFA_PATH = ../../../..
|
|||
# LUFA library compile-time options and predefined tokens
|
||||
LUFA_OPTS = -D USB_HOST_ONLY
|
||||
LUFA_OPTS += -D USE_STATIC_OPTIONS="(USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)"
|
||||
LUFA_OPTS += -D HOST_DEVICE_SETTLE_DELAY_MS=0
|
||||
|
||||
|
||||
# Create the LUFA source path variables by including the LUFA root makefile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue