aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARMCM4-STM32F407-LWIP-FATFS-USB
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-06-30 19:03:33 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-06-30 19:03:33 +0000
commitbd285a8ea2691cb3a48cb616847094c5c3ade347 (patch)
treee38613197f3214013e6c99ecaa6b34f1e01d3067 /demos/ARMCM4-STM32F407-LWIP-FATFS-USB
parent984ac2de92652a123939690449cba9edf851e01b (diff)
downloadChibiOS-bd285a8ea2691cb3a48cb616847094c5c3ade347.tar.gz
ChibiOS-bd285a8ea2691cb3a48cb616847094c5c3ade347.tar.bz2
ChibiOS-bd285a8ea2691cb3a48cb616847094c5c3ade347.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4368 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARMCM4-STM32F407-LWIP-FATFS-USB')
-rw-r--r--demos/ARMCM4-STM32F407-LWIP-FATFS-USB/web/web.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/ARMCM4-STM32F407-LWIP-FATFS-USB/web/web.c b/demos/ARMCM4-STM32F407-LWIP-FATFS-USB/web/web.c
index 3a4a9b4f3..2efa7e1c5 100644
--- a/demos/ARMCM4-STM32F407-LWIP-FATFS-USB/web/web.c
+++ b/demos/ARMCM4-STM32F407-LWIP-FATFS-USB/web/web.c
@@ -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);