From bdc5661e73274fda83fb2c4feef8353ba9d2716f Mon Sep 17 00:00:00 2001 From: Yunhee Seo Date: Tue, 9 Apr 2024 21:50:41 +0900 Subject: [PATCH] Change hal-api-device module header file inclusion path As the header files installation path below hal-api-device module is changed, the inclusion path is also changed. Change-Id: I317f779d67264288ed49272398e7979a45c222f9 Signed-off-by: Yunhee Seo --- src/battery.c | 2 +- src/board-internal.c | 2 +- src/power-internal.c | 2 +- src/temperature.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/battery.c b/src/battery.c index a80693b..4b837a3 100644 --- a/src/battery.c +++ b/src/battery.c @@ -20,7 +20,7 @@ #include #include #include -#include +#include #include #include diff --git a/src/board-internal.c b/src/board-internal.c index cda6c07..86495ab 100644 --- a/src/board-internal.c +++ b/src/board-internal.c @@ -14,7 +14,7 @@ * limitations under the License. */ -#include +#include //LCOV_EXCL_START Internal function int device_board_get_serial_number(char *buffer, const int max_len) diff --git a/src/power-internal.c b/src/power-internal.c index 74d2b1e..5632d25 100644 --- a/src/power-internal.c +++ b/src/power-internal.c @@ -6,7 +6,7 @@ #include #include -#include +#include #include "power-internal.h" #include "common.h" diff --git a/src/temperature.c b/src/temperature.c index 8931461..3fe70ee 100644 --- a/src/temperature.c +++ b/src/temperature.c @@ -22,7 +22,7 @@ #include #include #include -#include +#include #include "common.h" #include "temperature.h" -- 2.7.4