Skip to content

Commit 7cd041e

Browse files
committed
Merge branch 'bugfix/rmt_ws2812_build' into 'master'
ws2812_led: Fix for rmt APIs getting included in case of make for IDF v4.0. See merge request app-frameworks/esp-rainmaker!179
2 parents ddeba16 + ffd5efc commit 7cd041e

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)