ws2812_led: Fix for rmt APIs getting included in case of make for IDF v4.0.

This commit is contained in:
chiragatal
2020-10-06 18:13:28 +05:30
parent ddeba1670e
commit ffd5efca99

View File

@@ -1,5 +1,5 @@
COMPONENT_ADD_INCLUDEDIRS := .
COMPONENT_SRCDIRS := .
ifndef CONFIG_WS2812_LED_ENABLE
COMPONENT_OBJEXCLUDE += led_strip_rmt_ws2812.c
COMPONENT_OBJEXCLUDE += led_strip_rmt_ws2812.o
endif