Skip to content

Commit

Permalink
examples/default: fix indentation in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Sep 19, 2015
1 parent b3c16b3 commit 207ad67
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions examples/default/Makefile
Expand Up @@ -48,23 +48,23 @@ FEATURES_OPTIONAL += config
FEATURES_OPTIONAL += periph_rtc

ifneq (,$(filter msb-430,$(BOARD)))
USEMODULE += sht11
USEMODULE += sht11
endif
ifneq (,$(filter msba2,$(BOARD)))
USEMODULE += sht11
USEMODULE += mci
USEMODULE += random
USEMODULE += sht11
USEMODULE += mci
USEMODULE += random
endif
ifneq (,$(filter iotlab-m3,$(BOARD)))
USEMODULE += isl29020
USEMODULE += lps331ap
USEMODULE += l3g4200d
USEMODULE += lsm303dlhc
USEMODULE += isl29020
USEMODULE += lps331ap
USEMODULE += l3g4200d
USEMODULE += lsm303dlhc
endif
ifneq (,$(filter fox,$(BOARD)))
USEMODULE += lps331ap
USEMODULE += l3g4200d
USEMODULE += lsm303dlhc
USEMODULE += lps331ap
USEMODULE += l3g4200d
USEMODULE += lsm303dlhc
endif

include $(RIOTBASE)/Makefile.include

0 comments on commit 207ad67

Please sign in to comment.