Skip to content
Snippets Groups Projects
Unverified Commit 1b65ba10 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

datalogger: fix hard/soft i2c check

parent da2e2b06
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#include "driver/gpio.h" #include "driver/gpio.h"
#include "driver/stdout.h" #include "driver/stdout.h"
#if defined(CONFIG_meta_driver_i2c) #if defined(CONFIG_meta_driver_hardware_i2c)
#include "driver/i2c.h" #include "driver/i2c.h"
#elif defined(CONFIG_driver_softi2c) #elif defined(CONFIG_driver_softi2c)
#include "driver/soft_i2c.h" #include "driver/soft_i2c.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment