diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-02-12 05:05:03 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-02-12 05:05:03 +0000 |
| commit | d9a2f5470e31ec542d99c57cf8bca4bcd28a76f3 (patch) | |
| tree | 6214c29f21f45d4245f498d0e0306ef98264dfe4 /Projects/Webserver/makefile | |
| parent | a6ec5a693a8579f1418190c009636c7bf147c243 (diff) | |
Fix DHCPClient init code in the Webserver project writing to the incorrect application state location (thanks to Mike Alexander).
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1125 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects/Webserver/makefile')
| -rw-r--r-- | Projects/Webserver/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Projects/Webserver/makefile b/Projects/Webserver/makefile index 2097988b..b0e26f3a 100644 --- a/Projects/Webserver/makefile +++ b/Projects/Webserver/makefile @@ -119,6 +119,7 @@ LUFA_PATH = ../../ LUFA_OPTS = -D FIXED_CONTROL_ENDPOINT_SIZE=8
LUFA_OPTS += -D FIXED_NUM_CONFIGURATIONS=1
LUFA_OPTS += -D USE_FLASH_DESCRIPTORS
+LUFA_OPTS += -D FAST_STREAM_TRANSFERS
LUFA_OPTS += -D USE_STATIC_OPTIONS="(USB_DEVICE_OPT_FULLSPEED | USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)"
|
