From 9a13c33ea187a47bc1993ed63202d01f0b91f862 Mon Sep 17 00:00:00 2001 From: Suneel Garapati Date: Fri, 7 Aug 2015 08:56:11 +0530 Subject: [PATCH] lib: sw_apps: freertos support for latest bsp change to freertos821_xilinx version Signed-off-by: Suneel Garapati Acked-by: Anirudha Sarangi --- .../freertos_hello_world/data/freertos_hello_world.tcl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/sw_apps/freertos_hello_world/data/freertos_hello_world.tcl b/lib/sw_apps/freertos_hello_world/data/freertos_hello_world.tcl index 1f6dc4eb..50cf9c73 100755 --- a/lib/sw_apps/freertos_hello_world/data/freertos_hello_world.tcl +++ b/lib/sw_apps/freertos_hello_world/data/freertos_hello_world.tcl @@ -31,7 +31,7 @@ #******************************************************************************/ proc swapp_get_name {} { - return "FreeRTOS Hello Horld"; + return "FreeRTOS Hello World"; } proc swapp_get_description {} { @@ -46,8 +46,8 @@ proc check_freertos_os {} { } set os [lindex $oslist 0]; - if { $os != "freertos820_xilinx" } { - error "This application is supported only on the freertos820_xilinx."; + if { $os != "freertos821_xilinx" } { + error "This application is supported only on the freertos821_xilinx."; } }