From b0f2ba8c1ac4e01f65ef5774d6c0e146b0ccab5e Mon Sep 17 00:00:00 2001 From: MrKevinWeiss Date: Tue, 23 May 2023 21:18:20 +0200 Subject: [PATCH] tests/sys/usbus_hid: Fix missing xtimer dep --- tests/sys/usbus_hid/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/sys/usbus_hid/Makefile b/tests/sys/usbus_hid/Makefile index 24967a39db..3a38a6fe82 100644 --- a/tests/sys/usbus_hid/Makefile +++ b/tests/sys/usbus_hid/Makefile @@ -3,6 +3,7 @@ BOARD ?= nrf52840dk include ../Makefile.sys_common USEMODULE += usbus_hid +USEMODULE += xtimer DISABLE_MODULE += auto_init_usbus