1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00

Merge pull request #699 from LudwigOrtmann/issue_696

fix test_irq Makefile
This commit is contained in:
Ludwig Ortmann 2014-02-13 23:50:39 +01:00
commit 8a23d621d7

View File

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