mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-12 03:44:19 +00:00
Oops - missing brackets in the declaration of a string in TELNETServerApp.c.
This commit is contained in:
parent
96a12cd12c
commit
015956baba
@ -50,7 +50,7 @@ const char PROGMEM TELNETMenu[] = "\r\n"
|
|||||||
"\r\n>";
|
"\r\n>";
|
||||||
|
|
||||||
/** Header to print before the current connections are printed to the client */
|
/** 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. */
|
/** Initialization function for the simple HTTP webserver. */
|
||||||
void TELNETServerApp_Init(void)
|
void TELNETServerApp_Init(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user