summaryrefslogtreecommitdiff
path: root/src/app/i2cdetect/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/i2cdetect/main.cc')
-rw-r--r--src/app/i2cdetect/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/i2cdetect/main.cc b/src/app/i2cdetect/main.cc
index 95a34bb..ab954d7 100644
--- a/src/app/i2cdetect/main.cc
+++ b/src/app/i2cdetect/main.cc
@@ -9,7 +9,7 @@
#ifdef DRIVER_HARDWARE_I2C
#include "driver/i2c.h"
#endif
-#ifdef DRIVER_SOFTI2C
+#ifdef CONFIG_driver_softi2c
#include "driver/soft_i2c.h"
#endif