diff options
Diffstat (limited to 'src/app/luxlog')
-rw-r--r-- | src/app/luxlog/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/luxlog/main.cc b/src/app/luxlog/main.cc index ebaecfb..7b17462 100644 --- a/src/app/luxlog/main.cc +++ b/src/app/luxlog/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" |