X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/ca9f89ce821db58532f1782da2b3d22e3ac961f3..eea687e6d9524e252d3ae50f06b33f4e753dcf2b:/Demos/Host/Incomplete/AndroidAccessoryHost/makefile diff --git a/Demos/Host/Incomplete/AndroidAccessoryHost/makefile b/Demos/Host/Incomplete/AndroidAccessoryHost/makefile index 434bad48c..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 @@ -132,6 +133,7 @@ include $(LUFA_PATH)/LUFA/makefile SRC = $(TARGET).c \ DeviceDescriptor.c \ ConfigDescriptor.c \ + Lib/AndroidAccessoryCommands.c \ $(LUFA_SRC_USB) \ $(LUFA_SRC_SERIAL)