mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Alexandre Abadie
ce5149d84f
Use the periph_uart_hw_fc module and remove the unused UART_HWFLOWCTRL macro
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
|