From c505ba047f8e32bed210b46c65cf465d01a35b77 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Tue, 9 Aug 2011 16:38:35 +0000 Subject: 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). --- Demos/Host/Incomplete/AndroidAccessoryHost/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Demos/Host') diff --git a/Demos/Host/Incomplete/AndroidAccessoryHost/makefile b/Demos/Host/Incomplete/AndroidAccessoryHost/makefile index 1d1cb0cbd..90f685f6b 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 -- cgit v1.2.3