Skip to content

Commit

Permalink
cpu/qn908x: add periph_flexcomm as SPI dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrolanzieri committed Nov 29, 2021
1 parent dcff709 commit d521770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpu/qn908x/Makefile.dep
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d521770

Please sign in to comment.