Skip to content

Commit

Permalink
Merge pull request #9928 from aabadie/pr/examples/default_cleanup_mak…
Browse files Browse the repository at this point in the history
…efile

examples/default: remove unnecessary dependency to sht11
  • Loading branch information
kaspar030 authored Sep 13, 2018
2 parents 1e6009c + 18545db commit 742b6ac
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/default/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 742b6ac

Please sign in to comment.