Skip to content
Snippets Groups Projects
Commit 6f84493d authored by Kaspar Schleiser's avatar Kaspar Schleiser
Browse files

tests: xtimer_msg_receive_timeout: remove timer before ending scope

parent 97ceaada
No related branches found
No related tags found
No related merge requests found
......@@ -40,5 +40,6 @@ int main(void)
}
offset = (offset < 0) ? 1000 : -1000;
}
xtimer_remove(&t);
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment