cpu: msp430*: remove obsolete hwtimer_compat dependency
This commit is contained in:
parent
b512b98dc2
commit
a22f0a3c78
|
@ -2,4 +2,4 @@ INCLUDES += -I$(RIOTBASE)/cpu/cc430/include/
|
|||
|
||||
include $(RIOTCPU)/msp430-common/Makefile.include
|
||||
|
||||
export USEMODULE += periph hwtimer_compat
|
||||
export USEMODULE += periph
|
||||
|
|
|
@ -3,5 +3,5 @@ INCLUDES += -I$(RIOTCPU)/msp430fxyz/include/
|
|||
include $(RIOTCPU)/msp430-common/Makefile.include
|
||||
|
||||
USEMODULE += periph
|
||||
USEMODULE += hwtimer_compat
|
||||
|
||||
export USEMODULE
|
||||
|
|
Loading…
Reference in New Issue