From b9c9436e8827adb09dac4abd855ae55514392a57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Kijewski?= <rene.kijewski@fu-berlin.de> Date: Fri, 14 Feb 2014 14:50:39 +0100 Subject: [PATCH] https://github.com/Kijewski/RIOT/commit/102dc453828012985f82915ad826be069f444e61#commitcomment-5378590 --- examples/default/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/default/Makefile b/examples/default/Makefile index 556a51b882..93cf585e4b 100644 --- a/examples/default/Makefile +++ b/examples/default/Makefile @@ -40,6 +40,7 @@ ifneq (,$(filter msb-430,$(BOARD))) endif ifneq (,$(filter msb-430h,$(BOARD))) USEMODULE += sht11 + USEMODULE += cc110x_ng endif ifneq (,$(filter chronos,$(BOARD))) USEMODULE += cc110x_ng @@ -47,9 +48,6 @@ endif ifneq (,$(filter wsn430-v1_3b,$(BOARD))) USEMODULE += cc110x_ng endif -ifneq (,$(filter msb-430h,$(BOARD))) - USEMODULE += cc110x_ng -endif ifneq (,$(filter msba2,$(BOARD))) USEMODULE += sht11 USEMODULE += ltc4150 -- GitLab