1
0
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:
Leandro Lanzieri 2021-11-29 13:14:43 +01:00
parent c84a40abc4
commit 922fca3962
No known key found for this signature in database
GPG Key ID: F4E9A721761C7593

View File

@ -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