RIOT/tests/irq/Makefile
2017-11-09 21:17:56 +01:00

13 lines
201 B
Makefile

APPLICATION = irq
include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
USEMODULE += auto_init
USEMODULE += xtimer
include $(RIOTBASE)/Makefile.include
test:
tests/01-run.py