tests/thread_priority_inversion: convert to xtimer_msleep()
This commit is contained in:
parent
3c6a5f9f5c
commit
bea7e14791
@ -70,7 +70,7 @@ void *t_high_handler(void *arg)
|
||||
(void) arg;
|
||||
|
||||
/* starting working loop after 500 ms */
|
||||
xtimer_usleep(500U * US_PER_MS);
|
||||
xtimer_msleep(500U);
|
||||
while (1) {
|
||||
puts("t_high: allocating resource...");
|
||||
mutex_lock(&res_mtx);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user