X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/5a580c6854a54126d830ba89c6719f482f0fc2f1..46aea9d4ce0948f2340bfddc1c5a1bcc889e8840:/Demos/Host/Incomplete/AndroidAccessoryHost/makefile diff --git a/Demos/Host/Incomplete/AndroidAccessoryHost/makefile b/Demos/Host/Incomplete/AndroidAccessoryHost/makefile index 1d1cb0cbd..55e6645c7 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 @@ -693,7 +694,7 @@ clean_list : $(REMOVEDIR) .dep doxygen: - @echo Generating Project Documentation... + @echo Generating Project Documentation \($(TARGET)\)... @doxygen Doxygen.conf @echo Documentation Generation Complete.