From 784b9806cc66f0465e2e6bc4c6fa4e676b48d96e Mon Sep 17 00:00:00 2001 From: cladmi <gaetan.harter@fu-berlin.de> Date: Tue, 4 Sep 2018 18:03:22 +0200 Subject: [PATCH] tests/netdev_test: remove non required feature periph_timer Found out it is not actually linked. --- tests/netdev_test/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/netdev_test/Makefile b/tests/netdev_test/Makefile index 51e1664c58..b78f2b3073 100644 --- a/tests/netdev_test/Makefile +++ b/tests/netdev_test/Makefile @@ -8,8 +8,6 @@ BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno nucleo-f031k6 DISABLE_MODULE = auto_init -FEATURES_REQUIRED += periph_timer # xtimer required for this application - USEMODULE += gnrc USEMODULE += gnrc_neterr USEMODULE += gnrc_netif -- GitLab