From d13da373f828de5347c84c4da2d631036ca0b6a9 Mon Sep 17 00:00:00 2001 From: Gunar Schorcht Date: Thu, 2 Dec 2021 06:53:45 +0100 Subject: [PATCH] tests/periph_gpio: cleanup ztimer dependency Module benchmark already pulls in ztimer_usec. It is not necessary to pull it in again in application. --- tests/periph_gpio/Makefile | 1 - tests/periph_gpio/app.config.test | 2 -- 2 files changed, 3 deletions(-) diff --git a/tests/periph_gpio/Makefile b/tests/periph_gpio/Makefile index d5eb5592c4..90e4fb42f4 100644 --- a/tests/periph_gpio/Makefile +++ b/tests/periph_gpio/Makefile @@ -8,7 +8,6 @@ FEATURES_OPTIONAL += periph_gpio_tamper_wake USEMODULE += shell USEMODULE += shell_commands USEMODULE += benchmark -USEMODULE += ztimer_usec # disable native GPIOs for automatic test ifeq (native,$(BOARD)) diff --git a/tests/periph_gpio/app.config.test b/tests/periph_gpio/app.config.test index 5ce70b77f9..ca8136be1e 100644 --- a/tests/periph_gpio/app.config.test +++ b/tests/periph_gpio/app.config.test @@ -5,5 +5,3 @@ CONFIG_MODULE_PERIPH_GPIO=y CONFIG_MODULE_BENCHMARK=y CONFIG_MODULE_SHELL=y CONFIG_MODULE_SHELL_COMMANDS=y -CONFIG_MODULE_ZTIMER=y -CONFIG_ZTIMER_USEC=y