From e87aef28885bd873f5919984061d34a6d6de2807 Mon Sep 17 00:00:00 2001 From: Jagannadha Sutradharudu Teki <jaganna@xilinx.com> Date: Thu, 31 Jul 2014 17:29:03 +0530 Subject: [PATCH] cresample: Modified index.html. Modified index.html file in example folder. Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com> Acked-by: Srikanth Vemula <svemula@xilinx.com> --- .../drivers/cresample/examples/index.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/XilinxProcessorIPLib/drivers/cresample/examples/index.html b/XilinxProcessorIPLib/drivers/cresample/examples/index.html index 56db6a42..e65b68fe 100755 --- a/XilinxProcessorIPLib/drivers/cresample/examples/index.html +++ b/XilinxProcessorIPLib/drivers/cresample/examples/index.html @@ -7,11 +7,14 @@ <link rel="stylesheet" type="text/css" href="../help.css"> </head> <body bgcolor="#FFFFFF"> -<h1> Example Applications for the driver cresample_v3_0 </h1> +<h1> Example Applications for the driver cresample </h1> <HR> <ul> - <li>example.c <a href="example.c">(source)</a> </li> + <li>cresample_conversion_example.c <a href="cresample_conversion_example.c">(source)</a> </li> +</ul> +<ul> + <li>cresample_selftest_example.c <a href="cresample_selftest_example.c">(source)</a> </li> </ul> <p><font face="Times New Roman" color="#800000">Copyright � 1995-2014 Xilinx, Inc. All rights reserved.</font></p> </body> -</html> \ No newline at end of file +</html>