tests: xtimer_msg_receive_timeout: remove timer before ending scope

This commit is contained in:
Kaspar Schleiser 2016-02-23 13:52:30 +01:00
parent 97ceaadaec
commit 6f84493da7

View File

@ -40,5 +40,6 @@ int main(void)
} }
offset = (offset < 0) ? 1000 : -1000; offset = (offset < 0) ? 1000 : -1000;
} }
xtimer_remove(&t);
return 0; return 0;
} }