1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 14:03:55 +01:00

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;
}
xtimer_remove(&t);
return 0;
}