summaryrefslogtreecommitdiff
path: root/src/app/ws2812b_uart/Makefile.inc
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2021-02-24 11:00:46 +0100
committerDaniel Friesel <daniel.friesel@uos.de>2021-02-24 11:00:46 +0100
commitfd393a4cd5e2df69ac8dce6313b842d3aadaed72 (patch)
treee0588d11517fdf331aba4ca6ed7bcb7c5e867431 /src/app/ws2812b_uart/Makefile.inc
parent5f3c3ed47e125c74d577da65c5ee3ffa951fbda5 (diff)
app makefiles: set CONFIG_* variables where applicable
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