From a22f0a3c780f539145082145095b7ccb3d5b9eca Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Thu, 3 Sep 2015 19:44:04 +0200 Subject: [PATCH] cpu: msp430*: remove obsolete hwtimer_compat dependency --- cpu/cc430/Makefile.include | 2 +- cpu/msp430fxyz/Makefile.include | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cpu/cc430/Makefile.include b/cpu/cc430/Makefile.include index 5302f59d8..4cf199e20 100644 --- a/cpu/cc430/Makefile.include +++ b/cpu/cc430/Makefile.include @@ -2,4 +2,4 @@ INCLUDES += -I$(RIOTBASE)/cpu/cc430/include/ include $(RIOTCPU)/msp430-common/Makefile.include -export USEMODULE += periph hwtimer_compat +export USEMODULE += periph diff --git a/cpu/msp430fxyz/Makefile.include b/cpu/msp430fxyz/Makefile.include index a3cf5b02f..ed293901b 100644 --- a/cpu/msp430fxyz/Makefile.include +++ b/cpu/msp430fxyz/Makefile.include @@ -3,5 +3,5 @@ INCLUDES += -I$(RIOTCPU)/msp430fxyz/include/ include $(RIOTCPU)/msp430-common/Makefile.include USEMODULE += periph -USEMODULE += hwtimer_compat + export USEMODULE