mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
examples:default: remove unnecessary dependency to sht11
This module is already included by the boards when saul_default is included. And the default application Makefile include saul_default
This commit is contained in:
parent
1e6009c582
commit
18545db27d
@ -61,11 +61,7 @@ endif
|
||||
|
||||
FEATURES_OPTIONAL += periph_rtc
|
||||
|
||||
ifneq (,$(filter msb-430,$(BOARD)))
|
||||
USEMODULE += sht11
|
||||
endif
|
||||
ifneq (,$(filter msba2,$(BOARD)))
|
||||
USEMODULE += sht11
|
||||
USEMODULE += mci
|
||||
USEMODULE += random
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user