From 11cf1ee7d5a29782ff1d7a1ac9d35ab8432bfccd Mon Sep 17 00:00:00 2001 From: Naresh A Date: Fri, 29 Sep 2023 13:36:23 +0530 Subject: [PATCH] am243x : tirex : update the image name in package.tirex.json file Update the image name in package.tirex.json file Fixes: PINDSW-6940 Signed-off-by: Naresh A --- .metadata/.tirex/package.tirex.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.metadata/.tirex/package.tirex.json b/.metadata/.tirex/package.tirex.json index 1fbbb5c..e96b9c1 100644 --- a/.metadata/.tirex/package.tirex.json +++ b/.metadata/.tirex/package.tirex.json @@ -6,7 +6,7 @@ "rootCategory": [ "MOTOR CONTROL SDK", "MOTOR CONTROL SDK for AMXXX" ], "version": "09.00.00.01", "type": "software", - "image": "./mcu_plus_sdk.png", + "image": "./motor_control_sdk.png", "license": "../../license.txt", "devices": ["AMXXX"], "tags": ["SDK", "Baremetal", "FreeRTOS"],