1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

fix test_irq Makefile

closes #696
This commit is contained in:
Ludwig Ortmann 2014-02-13 23:39:21 +01:00
parent 4a3d2d6b6d
commit 8ce1fdde11

View File

@ -16,3 +16,6 @@ else
USEMODULE += auto_init
USEMODULE += hwtimer
USEMODULE += posix
include $(RIOTBASE)/Makefile.include
endif