aboutsummaryrefslogtreecommitdiff
path: root/Demos/Host
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-08-09 16:38:35 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-08-09 16:38:35 +0000
commit9d917fc41dec38a3cf4ad42c636c97979fdce08b (patch)
tree1747ed52c3ff506c1ce1578bcd63560b74b9c24c /Demos/Host
parentd4856621dc8db615aa4bba3ef7378e9d9fa916ea (diff)
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).
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1902 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Host')
-rw-r--r--Demos/Host/Incomplete/AndroidAccessoryHost/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Demos/Host/Incomplete/AndroidAccessoryHost/makefile b/Demos/Host/Incomplete/AndroidAccessoryHost/makefile
index 1d1cb0cb..90f685f6 100644
--- a/Demos/Host/Incomplete/AndroidAccessoryHost/makefile
+++ b/Demos/Host/Incomplete/AndroidAccessoryHost/makefile
@@ -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