1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-15 20:52:45 +01:00
RIOT/tests/periph_wdt/Makefile

10 lines
167 B
Makefile
Raw Normal View History

2019-09-12 17:44:01 +02:00
BOARD ?= nucleo-l152re
include ../Makefile.tests_common
FEATURES_REQUIRED += periph_wdt
USEMODULE += xtimer
USEMODULE += shell
include $(RIOTBASE)/Makefile.include