projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Commit for the 100219 release.
[pub/USBasp.git]
/
Projects
/
Webserver
/
Lib
/
TELNETServerApp.c
diff --git
a/Projects/Webserver/Lib/TELNETServerApp.c
b/Projects/Webserver/Lib/TELNETServerApp.c
index
2abd7b0
..
d1f1d7f
100644
(file)
--- a/
Projects/Webserver/Lib/TELNETServerApp.c
+++ b/
Projects/Webserver/Lib/TELNETServerApp.c
@@
-50,7
+50,7
@@
const char PROGMEM TELNETMenu[] = "\r\n"
"\r\n>";
\r
\r
/** Header to print before the current connections are printed to the client */
\r
"\r\n>";
\r
\r
/** Header to print before the current connections are printed to the client */
\r
-const char PROGMEM CurrentConnectionsHeader = "\r\n* Current TCP Connections: *\r\n";
\r
+const char PROGMEM CurrentConnectionsHeader
[]
= "\r\n* Current TCP Connections: *\r\n";
\r
\r
/** Initialization function for the simple HTTP webserver. */
\r
void TELNETServerApp_Init(void)
\r
\r
/** Initialization function for the simple HTTP webserver. */
\r
void TELNETServerApp_Init(void)
\r