diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-03-10 12:48:20 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-03-10 12:48:20 +0000 |
| commit | 51e27aced8a4681ae22873360a8970ad1d60a249 (patch) | |
| tree | cc807cb6af03604e0f019c181b96d31f39b08dcd /Projects/Webserver/makefile | |
| parent | aa320b20c349f8c0888f47cc16c1b55862c93986 (diff) | |
Added ENABLE_TELNET_SERVER compile time option to the Webserver project to disable the TELNET server if desired.
Change over static strings in the Webserver project to use PROGMEM where possible.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1162 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 edd28240..36adb1d5 100644 --- a/Projects/Webserver/makefile +++ b/Projects/Webserver/makefile @@ -201,6 +201,7 @@ CSTANDARD = -std=gnu99 # Place -D or -U options here for C sources
CDEFS = -DF_CPU=$(F_CPU)UL -DF_CLOCK=$(F_CLOCK)UL -DBOARD=BOARD_$(BOARD) $(LUFA_OPTS)
CDEFS += -DENABLE_DHCP_CLIENT
+CDEFS += -DENABLE_TELNET_SERVER
CDEFS += -DMAX_URI_LENGTH=50
CDEFS += -DUIP_CONF_UDP="defined(ENABLE_DHCP_CLIENT)" -DUIP_CONF_TCP=1 -DUIP_CONF_UDP_CONNS=1 -DUIP_CONF_MAX_CONNECTIONS=3
|
