summaryrefslogtreecommitdiff
path: root/src/driver/hdc1080.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver/hdc1080.cc')
-rw-r--r--src/driver/hdc1080.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/driver/hdc1080.cc b/src/driver/hdc1080.cc
index e303e0a..af828fd 100644
--- a/src/driver/hdc1080.cc
+++ b/src/driver/hdc1080.cc
@@ -5,7 +5,7 @@
*/
#include "driver/hdc1080.h"
#include "arch.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"