tests, emb6: fix unused var
This commit is contained in:
parent
0150cfc178
commit
26fb62b279
@ -72,6 +72,8 @@ static int ifconfig(int argc, char **argv)
|
|||||||
|
|
||||||
static void *_emb6_thread(void *args)
|
static void *_emb6_thread(void *args)
|
||||||
{
|
{
|
||||||
|
(void)args;
|
||||||
|
|
||||||
emb6_process(500); /* never stops */
|
emb6_process(500); /* never stops */
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user