Pull request #55: am243x : icsdk : Fix build issue for examples of ICSDK

Merge in PINDSW/motor_control_sdk from PINDSW-6977-Unable-to-build-the-examples-of-ICSDK-inside-Motor-Control-SDK to next

* commit '93e444d69e3c9ce6a1055e87920b80bcd4e35f5e':
  am243x : icsdk : Fix build issue for examples of ICSDK
This commit is contained in:
Naresh A 2023-10-18 06:21:11 -05:00 committed by Dhaval Khandla
commit 7bf78bfc78
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@
"includePaths": [ "includePaths": [
"../source", "../source",
"../mcu_plus_sdk/source", "../mcu_plus_sdk/source",
"../ind_comms_sdk/source",
], ],
"components": [ "components": [
"/motor_control", "/motor_control",

View File

@ -18,6 +18,7 @@
"includePaths": [ "includePaths": [
"../source", "../source",
"../mcu_plus_sdk/source", "../mcu_plus_sdk/source",
"../ind_comms_sdk/source",
], ],
"components": [ "components": [
% if((args.device == "am64x") || (args.device == "am243x")) { % if((args.device == "am64x") || (args.device == "am243x")) {