diff options
Diffstat (limited to 'src/app/bme680-max44009-logger')
-rw-r--r-- | src/app/bme680-max44009-logger/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/bme680-max44009-logger/Makefile.inc b/src/app/bme680-max44009-logger/Makefile.inc index 226bc40..e31f936 100644 --- a/src/app/bme680-max44009-logger/Makefile.inc +++ b/src/app/bme680-max44009-logger/Makefile.inc @@ -5,7 +5,7 @@ # SPDX-License-Identifier: CC0-1.0 ifdef app - CONFIG_loop = y + loop = 1 override arch_drivers += ,i2c CONFIG_driver_bme680 = y CONFIG_driver_max44009 = y |