summaryrefslogtreecommitdiff
path: root/src/driver/max44009.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver/max44009.cc')
-rw-r--r--src/driver/max44009.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/driver/max44009.cc b/src/driver/max44009.cc
index 8a8ff3e..dabc7d4 100644
--- a/src/driver/max44009.cc
+++ b/src/driver/max44009.cc
@@ -7,9 +7,9 @@
* Does not support interrupts.
*/
#include "driver/max44009.h"
-#if defined(MULTIPASS_ARCH_HAS_I2C) && !defined(CONFIG_driver_softi2c)
+#if defined(CONFIG_meta_driver_hardware_i2c)
#include "driver/i2c.h"
-#else
+#elif defined(CONFIG_driver_softi2c)
#include "driver/soft_i2c.h"
#endif