tests, emb6: fix unused var

This commit is contained in:
smlng 2017-06-03 22:54:48 +02:00
parent 0150cfc178
commit 26fb62b279

View File

@ -72,6 +72,8 @@ static int ifconfig(int argc, char **argv)
static void *_emb6_thread(void *args)
{
(void)args;
emb6_process(500); /* never stops */
return NULL;
}