summaryrefslogtreecommitdiff
path: root/src/app/ccs811test/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/ccs811test/main.cc')
-rw-r--r--src/app/ccs811test/main.cc2
1 files changed, 1 insertions, 1 deletions
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"