From 93e444d69e3c9ce6a1055e87920b80bcd4e35f5e Mon Sep 17 00:00:00 2001 From: Naresh A Date: Wed, 18 Oct 2023 16:29:40 +0530 Subject: [PATCH] am243x : icsdk : Fix build issue for examples of ICSDK Fix build issue for examples of ICSDK inside MCSDK Fixes: PINDSW-6977 Signed-off-by: Naresh A --- .metadata/product.json | 1 + .project/templates/product.json.xdt | 1 + 2 files changed, 2 insertions(+) diff --git a/.metadata/product.json b/.metadata/product.json index d986cd7..b16a7d2 100644 --- a/.metadata/product.json +++ b/.metadata/product.json @@ -6,6 +6,7 @@ "includePaths": [ "../source", "../mcu_plus_sdk/source", + "../ind_comms_sdk/source", ], "components": [ "/motor_control", diff --git a/.project/templates/product.json.xdt b/.project/templates/product.json.xdt index 78fa422..887cf5b 100644 --- a/.project/templates/product.json.xdt +++ b/.project/templates/product.json.xdt @@ -18,6 +18,7 @@ "includePaths": [ "../source", "../mcu_plus_sdk/source", + "../ind_comms_sdk/source", ], "components": [ % if((args.device == "am64x") || (args.device == "am243x")) {