Skip to content
Snippets Groups Projects
Commit 89ff0448 authored by Oleg Hahm's avatar Oleg Hahm
Browse files

Merge pull request #4883 from kaspar030/fix_tests_xtimer_msg_receive_timeout

tests: xtimer_msg_receive_timeout: remove timer before ending scope
parents 19c48d7d 6f84493d
No related branches found
No related tags found
No related merge requests found
...@@ -40,5 +40,6 @@ int main(void) ...@@ -40,5 +40,6 @@ int main(void)
} }
offset = (offset < 0) ? 1000 : -1000; offset = (offset < 0) ? 1000 : -1000;
} }
xtimer_remove(&t);
return 0; return 0;
} }
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