X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/c3dfc58707eafb6ed0efab5a50770294f5a6b3d3..03ee87b35abdb8b92e8b55ec040fa943f9a6786c:/Demos/Host/ClassDriver/MassStorageHost/makefile diff --git a/Demos/Host/ClassDriver/MassStorageHost/makefile b/Demos/Host/ClassDriver/MassStorageHost/makefile index 24d9ee0b0..af3f57779 100644 --- a/Demos/Host/ClassDriver/MassStorageHost/makefile +++ b/Demos/Host/ClassDriver/MassStorageHost/makefile @@ -116,8 +116,9 @@ LUFA_PATH = ../../../.. # LUFA library compile-time options -LUFA_OPTS = -D USB_HOST_ONLY +LUFA_OPTS = -D USB_HOST_ONLY -Wextra LUFA_OPTS += -D USE_STATIC_OPTIONS="(USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)" +LUFA_OPTS += -D USB_STREAM_TIMEOUT_MS=5000 # List C source files here. (C dependencies are automatically generated.)