diff options
author | Uros Majstorovic <majstor@majstor.org> | 2025-07-28 23:40:38 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2025-07-28 23:40:38 +0200 |
commit | 6a603cd2e1a0d9dc1772af83956bb37c445a5472 (patch) | |
tree | 6f01310a274b3eeef2753cfdbbe3376e6f848a92 /fw | |
parent | fc70c6f78f43dbeda91d47b2d2071d4da4082121 (diff) |
fixed missing header
Diffstat (limited to 'fw')
-rw-r--r-- | fw/esp32/components/eos/app_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fw/esp32/components/eos/app_main.c b/fw/esp32/components/eos/app_main.c index e096a23..941e01c 100644 --- a/fw/esp32/components/eos/app_main.c +++ b/fw/esp32/components/eos/app_main.c @@ -9,7 +9,6 @@ #include <esp_err.h> #include <esp_log.h> -#include "i2c.h" #include "cell.h" #include "net.h" #include "wifi.h" |