lib: sw_apps: freertos support for latest bsp

change to freertos821_xilinx version

Signed-off-by: Suneel Garapati <suneel.garapati@xilinx.com>
Acked-by: Anirudha Sarangi   <anirudh@xilinx.com>
This commit is contained in:
Suneel Garapati 2015-08-07 08:56:11 +05:30 committed by Nava kishore Manne
parent 69f6f49627
commit 9a13c33ea1

View file

@ -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.";
}
}