Fix up the incomplete Webserver project so that it integrates with the uIP stack...
[pub/USBasp.git] / Demos / Host / ClassDriver / MassStorageHost / makefile
index 24d9ee0..af3f577 100644 (file)
@@ -116,8 +116,9 @@ LUFA_PATH = ../../../..
 \r
 \r
 # LUFA library compile-time options\r
-LUFA_OPTS  = -D USB_HOST_ONLY\r
+LUFA_OPTS  = -D USB_HOST_ONLY -Wextra\r
 LUFA_OPTS += -D USE_STATIC_OPTIONS="(USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)"\r
+LUFA_OPTS += -D USB_STREAM_TIMEOUT_MS=5000\r
 \r
 \r
 # List C source files here. (C dependencies are automatically generated.)\r