<div dir="ltr"><div>HI,</div><div>   I'm having trouble sending the screenshots. <br></div><div>I get an email with the subject "Your message to devel awaits moderator approval".</div><div>I attached the screenshot for both the programs output and the test output.</div><div>That might have exceeded the maximum message size(256KB). <br></div><div>I'll attach only the program output to this thread.</div><div><br></div><div>Thanks,</div><div>Husni.</div><div><br></div><div><img src="cid:ii_kmk7cxs60" alt="hello_out.png" width="566" height="464"><br><br></div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Mar 22, 2021 at 11:38 AM Ahamed Husni <<a href="mailto:ahamedhusni73@gmail.com" target="_blank">ahamedhusni73@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hi all,</div><div>    This is the modified hello program. I'll attach the screenshots in another email.<br></div><div><br></div>From 794d291f61c70dfcefb6b566e2a6a4af0fb801a5 Mon Sep 17 00:00:00 2001<br>From: Husni Faiz <<a href="mailto:ahamedhusni73@gmail.com" target="_blank">ahamedhusni73@gmail.com</a>><br>Date: Mon, 22 Mar 2021 01:18:25 +0530<br>Subject: [PATCH] GSoC Task<br><br>Modified the hello program to meet the requirement.<br>---<br> testsuites/samples/hello/init.c | 4 +++-<br> 1 file changed, 3 insertions(+), 1 deletion(-)<br><br>diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c<br>index 34ded37c55..b215b1fcf9 100644<br>--- a/testsuites/samples/hello/init.c<br>+++ b/testsuites/samples/hello/init.c<br>@@ -22,7 +22,9 @@ static rtems_task Init(<br> {<br>   rtems_print_printer_fprintf_putc(&rtems_test_printer);<br>   TEST_BEGIN();<br>-  printf( "Hello World\n" );<br>+  printf( "Hello Embedded World\n" );<br>+  printf( "Welcome to GSoC 202!\n" );<br>+  printf( "I'm Husni\n" );<br>   TEST_END();<br>   rtems_test_exit( 0 );<br> }<font color="#888888"><br>-- <br>2.17.1<br><div><br></div></font></div>
</blockquote></div>