Merge pull request #8021 from haukepetersen/fix_example_defaultremoveconfig

examples/default: remove usage of config module
This commit is contained in:
Martine Lenders 2017-11-13 15:13:50 +01:00 committed by GitHub
commit 6eaffbb230
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,6 @@ ifneq (,$(filter $(BOARD),$(BOARD_PROVIDES_NETIF)))
CFLAGS += -DGNRC_PKTBUF_SIZE=512 CFLAGS += -DGNRC_PKTBUF_SIZE=512
endif endif
FEATURES_OPTIONAL += config
FEATURES_OPTIONAL += periph_rtc FEATURES_OPTIONAL += periph_rtc
ifneq (,$(filter msb-430,$(BOARD))) ifneq (,$(filter msb-430,$(BOARD)))