mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:12:57 +01:00
cpu/qn908x: add periph_flexcomm as SPI dependency
This commit is contained in:
parent
c84a40abc4
commit
922fca3962
@ -10,7 +10,7 @@ USEMODULE += vendor_fsl_clock
|
||||
# All peripherals use gpio_mux.h
|
||||
USEMODULE += periph_gpio_mux
|
||||
|
||||
ifneq (,$(filter periph_uart periph_i2c,$(USEMODULE)))
|
||||
ifneq (,$(filter periph_uart periph_i2c periph_spi,$(USEMODULE)))
|
||||
USEMODULE += periph_flexcomm
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user