From cf3ba89c46301bb8c0a1eda470c353801117fc0b Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 28 May 2021 13:49:46 +0200 Subject: softi2c driver: move to kconfig-first approach --- src/app/ccs811test/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app/ccs811test/main.cc') diff --git a/src/app/ccs811test/main.cc b/src/app/ccs811test/main.cc index bd53999..da51546 100644 --- a/src/app/ccs811test/main.cc +++ b/src/app/ccs811test/main.cc @@ -6,7 +6,7 @@ #include "arch.h" #include "driver/gpio.h" #include "driver/stdout.h" -#if defined(MULTIPASS_ARCH_HAS_I2C) && !defined(DRIVER_SOFTI2C) +#if defined(MULTIPASS_ARCH_HAS_I2C) && !defined(CONFIG_driver_softi2c) #include "driver/i2c.h" #else #include "driver/soft_i2c.h" -- cgit v1.2.3