From dd7fca18ecf698970079fe538e80e7e8ad1a075b Mon Sep 17 00:00:00 2001 From: Robin Dietzel Date: Fri, 9 Dec 2022 15:55:32 +0100 Subject: [PATCH] FIX: removed relative path --- Middlewares/floatpump/Src/LCD_I2C_Driver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Middlewares/floatpump/Src/LCD_I2C_Driver.cpp b/Middlewares/floatpump/Src/LCD_I2C_Driver.cpp index 9828b82..41e9cf9 100644 --- a/Middlewares/floatpump/Src/LCD_I2C_Driver.cpp +++ b/Middlewares/floatpump/Src/LCD_I2C_Driver.cpp @@ -2,7 +2,7 @@ // Created by robtor on 09.12.22. // -#include "../Inc/LCD_I2C_Driver.h" +#include "LCD_I2C_Driver.h" namespace floatpump {