mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
drivers: Only select periph_gpio_ll_irq_unmask if needed
This commit is contained in:
parent
ee074e4464
commit
606402e848
@ -1,2 +1,4 @@
|
||||
# Always use periph_gpio_irq_unmask, if available
|
||||
FEATURES_OPTIONAL += periph_gpio_ll_irq_unmask
|
||||
ifneq (,$(filter periph_gpio_ll%,$(USEMODULE)))
|
||||
FEATURES_OPTIONAL += periph_gpio_ll_irq_unmask
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user