mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
This commit is contained in:
parent
102dc45382
commit
b9c9436e88
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user