summaryrefslogtreecommitdiff
path: root/src/app/ws2812b_uart/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/ws2812b_uart/Makefile.inc')
-rw-r--r--src/app/ws2812b_uart/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/ws2812b_uart/Makefile.inc b/src/app/ws2812b_uart/Makefile.inc
index 18bc352..643d85e 100644
--- a/src/app/ws2812b_uart/Makefile.inc
+++ b/src/app/ws2812b_uart/Makefile.inc
@@ -5,6 +5,6 @@
# SPDX-License-Identifier: CC0-1.0
ifdef app
- override loop = 1
+ CONFIG_loop = y
override arch_drivers += ,stdin,neopixel
endif