Skip to content
Snippets Groups Projects
Commit 26fb62b2 authored by Sebastian Meiling's avatar Sebastian Meiling
Browse files

tests, emb6: fix unused var

parent 0150cfc1
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment