From 460ecf074d133cbe026cbddb7cf5fad1180c9831 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 28 May 2021 15:17:20 +0200 Subject: Set loop/wakeup/ostream either via .config or via app/commandline --- src/app/ccs811test/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app/ccs811test/Makefile.inc') diff --git a/src/app/ccs811test/Makefile.inc b/src/app/ccs811test/Makefile.inc index 933df6b..3c0ee21 100644 --- a/src/app/ccs811test/Makefile.inc +++ b/src/app/ccs811test/Makefile.inc @@ -7,5 +7,5 @@ ifdef app override arch_drivers += ,i2c CONFIG_driver_ccS811 = y - CONFIG_loop = y + loop = 1 endif -- cgit v1.2.3