1
0
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:
Francisco Molina 2022-01-24 17:32:36 +01:00
parent cbe9d6967b
commit 30dcfb8202

View File

@ -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");