diff options
Diffstat (limited to 'os/various/lwip_bindings/lwipthread.c')
-rw-r--r-- | os/various/lwip_bindings/lwipthread.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/os/various/lwip_bindings/lwipthread.c b/os/various/lwip_bindings/lwipthread.c index 061a4a52e..31d9caad4 100644 --- a/os/various/lwip_bindings/lwipthread.c +++ b/os/various/lwip_bindings/lwipthread.c @@ -224,6 +224,8 @@ msg_t lwip_thread(void *p) { static struct netif thisif;
static const MACConfig mac_config = {thisif.hwaddr};
+ chRegSetThreadName("lwipthread");
+
/* Initializes the thing.*/
sys_init();
mem_init();
|