mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests/thread_priority_inversion: remove unneeded xtimer_init()
This commit is contained in:
parent
cbe9d6967b
commit
30dcfb8202
@ -90,7 +90,6 @@ kernel_pid_t pid_high;
|
||||
|
||||
int main(void)
|
||||
{
|
||||
xtimer_init();
|
||||
mutex_init(&res_mtx);
|
||||
puts("This is a scheduling test for Priority Inversion");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user