Skip to content
Snippets Groups Projects
Commit a22f0a3c authored by Kaspar Schleiser's avatar Kaspar Schleiser
Browse files

cpu: msp430*: remove obsolete hwtimer_compat dependency

parent b512b98d
No related branches found
No related tags found
No related merge requests found
...@@ -2,4 +2,4 @@ INCLUDES += -I$(RIOTBASE)/cpu/cc430/include/ ...@@ -2,4 +2,4 @@ INCLUDES += -I$(RIOTBASE)/cpu/cc430/include/
include $(RIOTCPU)/msp430-common/Makefile.include include $(RIOTCPU)/msp430-common/Makefile.include
export USEMODULE += periph hwtimer_compat export USEMODULE += periph
...@@ -3,5 +3,5 @@ INCLUDES += -I$(RIOTCPU)/msp430fxyz/include/ ...@@ -3,5 +3,5 @@ INCLUDES += -I$(RIOTCPU)/msp430fxyz/include/
include $(RIOTCPU)/msp430-common/Makefile.include include $(RIOTCPU)/msp430-common/Makefile.include
USEMODULE += periph USEMODULE += periph
USEMODULE += hwtimer_compat
export USEMODULE export USEMODULE
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment