tests: xtimer_msg_receive_timeout: remove timer before ending scope
This commit is contained in:
parent
97ceaadaec
commit
6f84493da7
@ -40,5 +40,6 @@ int main(void)
|
|||||||
}
|
}
|
||||||
offset = (offset < 0) ? 1000 : -1000;
|
offset = (offset < 0) ? 1000 : -1000;
|
||||||
}
|
}
|
||||||
|
xtimer_remove(&t);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user