tests/evtimer_msg: convert to xtimer_msleep()
This commit is contained in:
parent
fcfb44719f
commit
8d1e4d13e2
@ -111,7 +111,7 @@ int main(void)
|
|||||||
NEVENTS);
|
NEVENTS);
|
||||||
|
|
||||||
/* The last offset is the largest, wait for it and a tiny bit more */
|
/* The last offset is the largest, wait for it and a tiny bit more */
|
||||||
xtimer_usleep((offsets[3] + 10) * US_PER_MS);
|
xtimer_msleep((offsets[3] + 10));
|
||||||
puts("By now all msgs should have been received");
|
puts("By now all msgs should have been received");
|
||||||
puts("If yes, the tests were successful");
|
puts("If yes, the tests were successful");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user