We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddeba16 commit ffd5efcCopy full SHA for ffd5efc
components/ws2812_led/component.mk
@@ -1,5 +1,5 @@
1
COMPONENT_ADD_INCLUDEDIRS := .
2
COMPONENT_SRCDIRS := .
3
ifndef CONFIG_WS2812_LED_ENABLE
4
- COMPONENT_OBJEXCLUDE += led_strip_rmt_ws2812.c
+ COMPONENT_OBJEXCLUDE += led_strip_rmt_ws2812.o
5
endif
0 commit comments