From bee0db6466b8a0e971a3ec9f41716af6251e1ff2 Mon Sep 17 00:00:00 2001 From: Naresh A Date: Tue, 12 Dec 2023 15:32:55 +0530 Subject: [PATCH] am64x/am243x/am263x : rov : fix Runtime object view issue for examples Fix Runtime object view issue for examples Fixes: PINDSW-7072 Signed-off-by: Naresh A --- .project/templates/syscfg_c.rov.xs.xdt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.project/templates/syscfg_c.rov.xs.xdt b/.project/templates/syscfg_c.rov.xs.xdt index 472ab38..c2be5da 100644 --- a/.project/templates/syscfg_c.rov.xs.xdt +++ b/.project/templates/syscfg_c.rov.xs.xdt @@ -4,5 +4,5 @@ * View (ROV) tool. */ var crovFiles = [ - "kernel/freertos/rov/FreeRTOS.rov.js", + "mcu_plus_sdk/kernel/freertos/rov/FreeRTOS.rov.js", ];