drivers/ws281x: Fix dependencies
arch_esp32 was missing in FEATURES_REQUIRED_ANY for the ws281x, resulting in ESP32 boards incorrectly being reported as unsupported.
This commit is contained in:
parent
4e60eb9dd5
commit
d3d2cdae8a
@ -794,7 +794,7 @@ ifneq (,$(filter ws281x_%,$(USEMODULE)))
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter ws281x,$(USEMODULE)))
|
ifneq (,$(filter ws281x,$(USEMODULE)))
|
||||||
FEATURES_REQUIRED_ANY += arch_avr8|arch_native
|
FEATURES_REQUIRED_ANY += arch_avr8|arch_esp32|arch_native
|
||||||
|
|
||||||
ifeq (,$(filter ws281x_%,$(USEMODULE)))
|
ifeq (,$(filter ws281x_%,$(USEMODULE)))
|
||||||
ifneq (,$(filter arch_avr8,$(FEATURES_USED)))
|
ifneq (,$(filter arch_avr8,$(FEATURES_USED)))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user