Skip to content

Commit ffd5efc

Browse files
committed
ws2812_led: Fix for rmt APIs getting included in case of make for IDF v4.0.
1 parent ddeba16 commit ffd5efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ws2812_led/component.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
COMPONENT_ADD_INCLUDEDIRS := .
22
COMPONENT_SRCDIRS := .
33
ifndef CONFIG_WS2812_LED_ENABLE
4-
COMPONENT_OBJEXCLUDE += led_strip_rmt_ws2812.c
4+
COMPONENT_OBJEXCLUDE += led_strip_rmt_ws2812.o
55
endif

0 commit comments

Comments
 (0)