8 lines
164 B
Makefile
8 lines
164 B
Makefile
ifneq (,$(filter saul_default,$(USEMODULE)))
|
|
USEMODULE += saul_gpio
|
|
endif
|
|
|
|
FEATURES_REQUIRED += periph_uart_hw_fc
|
|
|
|
include $(RIOTBOARD)/common/nrf51/Makefile.dep
|