always build and initialize hwtimer
Eliminates special treatment of the hwtimer module and makes it a mandatory part of the kernel.dev/timer
parent
9c0fc3b1e2
commit
93e32953b3
@ -1,5 +0,0 @@
|
||||
ifneq (,$(filter ltc4150,$(USEMODULE)))
|
||||
ifeq (,$(filter hwtimer,$(USEMODULE)))
|
||||
USEMODULE += hwtimer
|
||||
endif
|
||||
endif
|
@ -1,8 +1,4 @@
|
||||
export PROJECT = test_hwtimer_spin
|
||||
include ../Makefile.tests_common
|
||||
|
||||
# modules to include
|
||||
USEMODULE += auto_init
|
||||
USEMODULE += hwtimer
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
Loading…
Reference in New Issue