cpu: msp430*: remove obsolete hwtimer_compat dependency

This commit is contained in:
Kaspar Schleiser 2015-09-03 19:44:04 +02:00
parent b512b98dc2
commit a22f0a3c78
2 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@ INCLUDES += -I$(RIOTBASE)/cpu/cc430/include/
include $(RIOTCPU)/msp430-common/Makefile.include
export USEMODULE += periph hwtimer_compat
export USEMODULE += periph

View File

@ -3,5 +3,5 @@ INCLUDES += -I$(RIOTCPU)/msp430fxyz/include/
include $(RIOTCPU)/msp430-common/Makefile.include
USEMODULE += periph
USEMODULE += hwtimer_compat
export USEMODULE