1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

makefiles/features_modules: avoid init for qn908x periphs

This commit is contained in:
Leandro Lanzieri 2021-11-26 13:52:03 +01:00
parent c5e9e08de8
commit 07871d072e
No known key found for this signature in database
GPG Key ID: F4E9A721761C7593

View File

@ -14,6 +14,8 @@ ifneq (,$(filter periph_init, $(USEMODULE)))
PERIPH_IGNORE_MODULES := \
periph_init% \
periph_common \
periph_flexcomm \
periph_gpio_mux \
periph_rtc_ms \
periph_rtc_rtt \
periph_clic \