Changed stream wait timeout counter to be 16-bit, so that very long timeout periods...
[pub/lufa.git] / Demos / MassStorageHost / makefile
index fb04798..2608b76 100644 (file)
@@ -180,6 +180,7 @@ CSTANDARD = -std=gnu99
 CDEFS  = -DF_CPU=$(F_CPU)UL -DF_CLOCK=$(F_CLOCK)UL -DBOARD=BOARD_$(BOARD)\r
 CDEFS += -DUSE_NONSTANDARD_DESCRIPTOR_NAMES -DNO_STREAM_CALLBACKS -DUSB_HOST_ONLY\r
 CDEFS += -DUSE_STATIC_OPTIONS="(USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)"\r
+CDEFS += -DUSB_STREAM_TIMEOUT_MS=2000\r
 \r
 \r
 # Place -D or -U options here for ASM sources\r