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
Branches
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