Skip to content
Snippets Groups Projects
Commit 015956ba authored by Dean Camera's avatar Dean Camera
Browse files

Oops - missing brackets in the declaration of a string in TELNETServerApp.c.

parent 96a12cd1
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ const char PROGMEM TELNETMenu[] = "\r\n"
"\r\n>";
/** Header to print before the current connections are printed to the client */
const char PROGMEM CurrentConnectionsHeader = "\r\n* Current TCP Connections: *\r\n";
const char PROGMEM CurrentConnectionsHeader[] = "\r\n* Current TCP Connections: *\r\n";
/** Initialization function for the simple HTTP webserver. */
void TELNETServerApp_Init(void)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment