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:
parent
83e9fdce7c
commit
d13da373f8
@ -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))
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user