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

remove hwtimer from test_irq

This commit is contained in:
Ludwig Ortmann 2014-02-26 10:17:17 +01:00
parent 6f76a4c592
commit 23bccdf247

View File

@ -6,7 +6,6 @@ ifeq (,$(filter native,$(BOARD)))
else
USEMODULE += auto_init
USEMODULE += hwtimer
USEMODULE += posix
include $(RIOTBASE)/Makefile.include