1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/periph_wdt/Makefile
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