From 4a32402c10c6f370d83f7e9aa98f95132d5b2edf Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Fri, 3 Sep 2021 20:00:33 +0200 Subject: [PATCH] tests/driver_kw2xrf: use gnrc for test --- tests/driver_kw2xrf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/driver_kw2xrf/Makefile b/tests/driver_kw2xrf/Makefile index 5ccb10d159..ae4b5ea012 100644 --- a/tests/driver_kw2xrf/Makefile +++ b/tests/driver_kw2xrf/Makefile @@ -1,7 +1,7 @@ include ../Makefile.tests_common USEMODULE += auto_init_gnrc_netif -USEMODULE += netdev_default +USEMODULE += gnrc USEMODULE += fmt USEMODULE += shell USEMODULE += shell_commands