X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/99145a8d7c88d9af065cfb7f5e8507d5b65ff811..ea7039a0cc56e67affb6c69ddc56e7e4e3188d08:/Demos/MassStorageHost/makefile diff --git a/Demos/MassStorageHost/makefile b/Demos/MassStorageHost/makefile index fb04798e8..2608b76bb 100644 --- a/Demos/MassStorageHost/makefile +++ b/Demos/MassStorageHost/makefile @@ -180,6 +180,7 @@ CSTANDARD = -std=gnu99 CDEFS = -DF_CPU=$(F_CPU)UL -DF_CLOCK=$(F_CLOCK)UL -DBOARD=BOARD_$(BOARD) CDEFS += -DUSE_NONSTANDARD_DESCRIPTOR_NAMES -DNO_STREAM_CALLBACKS -DUSB_HOST_ONLY CDEFS += -DUSE_STATIC_OPTIONS="(USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)" +CDEFS += -DUSB_STREAM_TIMEOUT_MS=2000 # Place -D or -U options here for ASM sources