1
0
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:
Alexandre Abadie 2018-09-13 06:34:59 +02:00
parent 1e6009c582
commit 18545db27d

View File

@ -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