git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4368 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
984ac2de92
commit
bd285a8ea2
|
@ -96,6 +96,7 @@ msg_t http_server(void *p) {
|
|||
err_t err;
|
||||
|
||||
(void)p;
|
||||
chRegSetThreadName("http");
|
||||
|
||||
/* Create a new TCP connection handle */
|
||||
conn = netconn_new(NETCONN_TCP);
|
||||
|
|
Loading…
Reference in New Issue