1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00
RIOT/tests/periph_wdt/Makefile
Francisco Molina 9766c3e2f1
tests: remove shell commands added only for interactive_sync
Reverts parts of 416c048737c25e5c08d43dfad8d213a0ce669187
2020-03-17 17:23:27 +01:00

10 lines
167 B
Makefile

BOARD ?= nucleo-l152re
include ../Makefile.tests_common
FEATURES_REQUIRED += periph_wdt
USEMODULE += xtimer
USEMODULE += shell
include $(RIOTBASE)/Makefile.include