From 1b65ba10b46c8eb62d33619c7d41e80447d09a8c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 24 Dec 2021 13:19:52 +0100 Subject: datalogger: fix hard/soft i2c check --- src/app/datalogger/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app/datalogger') diff --git a/src/app/datalogger/main.cc b/src/app/datalogger/main.cc index 0d2f1d8..e916bff 100644 --- a/src/app/datalogger/main.cc +++ b/src/app/datalogger/main.cc @@ -7,7 +7,7 @@ #include "driver/gpio.h" #include "driver/stdout.h" -#if defined(CONFIG_meta_driver_i2c) +#if defined(CONFIG_meta_driver_hardware_i2c) #include "driver/i2c.h" #elif defined(CONFIG_driver_softi2c) #include "driver/soft_i2c.h" -- cgit v1.2.3