Skip to content
Snippets Groups Projects
Commit 207ad677 authored by Martine Lenders's avatar Martine Lenders
Browse files

examples/default: fix indentation in Makefile

parent b3c16b3a
No related branches found
No related tags found
No related merge requests found
...@@ -48,23 +48,23 @@ FEATURES_OPTIONAL += config ...@@ -48,23 +48,23 @@ FEATURES_OPTIONAL += config
FEATURES_OPTIONAL += periph_rtc FEATURES_OPTIONAL += periph_rtc
ifneq (,$(filter msb-430,$(BOARD))) ifneq (,$(filter msb-430,$(BOARD)))
USEMODULE += sht11 USEMODULE += sht11
endif endif
ifneq (,$(filter msba2,$(BOARD))) ifneq (,$(filter msba2,$(BOARD)))
USEMODULE += sht11 USEMODULE += sht11
USEMODULE += mci USEMODULE += mci
USEMODULE += random USEMODULE += random
endif endif
ifneq (,$(filter iotlab-m3,$(BOARD))) ifneq (,$(filter iotlab-m3,$(BOARD)))
USEMODULE += isl29020 USEMODULE += isl29020
USEMODULE += lps331ap USEMODULE += lps331ap
USEMODULE += l3g4200d USEMODULE += l3g4200d
USEMODULE += lsm303dlhc USEMODULE += lsm303dlhc
endif endif
ifneq (,$(filter fox,$(BOARD))) ifneq (,$(filter fox,$(BOARD)))
USEMODULE += lps331ap USEMODULE += lps331ap
USEMODULE += l3g4200d USEMODULE += l3g4200d
USEMODULE += lsm303dlhc USEMODULE += lsm303dlhc
endif endif
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment