Skip to content

Commit

Permalink
Merge pull request #4883 from kaspar030/fix_tests_xtimer_msg_receive_…
Browse files Browse the repository at this point in the history
…timeout

tests: xtimer_msg_receive_timeout: remove timer before ending scope
  • Loading branch information
OlegHahm committed Feb 23, 2016
2 parents 19c48d7 + 6f84493 commit 89ff044
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/xtimer_msg_receive_timeout/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ int main(void)
}
offset = (offset < 0) ? 1000 : -1000;
}
xtimer_remove(&t);
return 0;
}

0 comments on commit 89ff044

Please # to comment.