From fd393a4cd5e2df69ac8dce6313b842d3aadaed72 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 24 Feb 2021 11:00:46 +0100 Subject: app makefiles: set CONFIG_* variables where applicable --- src/app/ws2812b_uart/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app/ws2812b_uart/Makefile.inc') 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 -- cgit v1.2.3