1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/periph_gpio: cleanup ztimer dependency

Module benchmark already pulls in ztimer_usec. It is not necessary to pull it in again in application.
This commit is contained in:
Gunar Schorcht 2021-12-02 06:53:45 +01:00
parent 83e9fdce7c
commit d13da373f8
2 changed files with 0 additions and 3 deletions

View File

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

View File

@ -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