git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4368 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2012-06-30 19:03:33 +00:00
parent 984ac2de92
commit bd285a8ea2
1 changed files with 1 additions and 0 deletions

View File

@ -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);