mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
514ea77b07
This modelling doesn't seem correct and probably shouldn't be in here. Normally vfs modelling shouldn't be handled in the boards. Even if it was the mtd modelling is also not correct.
7 lines
174 B
Makefile
7 lines
174 B
Makefile
USEMODULE += periph_uart_hw_fc
|
|
|
|
ifneq (,$(filter saul_default,$(USEMODULE)))
|
|
USEMODULE += saul_gpio
|
|
# USEMODULE += si7034 # TODO: add when si70xx driver is updated
|
|
endif
|