From 5f36a552330f76e65f5ac7131a76b27548740d32 Mon Sep 17 00:00:00 2001 From: Yunhee Seo Date: Tue, 9 Apr 2024 21:51:22 +0900 Subject: [PATCH] Apply hal-api-device-board module HAL ABI versioning As HAL ABI versioning is applied to hal-api-device-board module, inclusion path is changed. Change-Id: I0de8b4d615da0b8092d76b239ead1fe8882900f3 Signed-off-by: Yunhee Seo --- src/board-internal.c | 2 +- src/power-internal.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/board-internal.c b/src/board-internal.c index 86495ab..3cce3d4 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 5632d25..6b095cf 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" -- 2.7.4