[PATCH] Sanskar's Modified Hello World

kdsanskar07 at gmail.com kdsanskar07 at gmail.com
Mon Feb 8 17:33:21 UTC 2021


From: Sanskar Khandelwal <kdsanskar07 at gmail.com>

Hello everyone,

My name is sanskar khandelwal, I have completed the hello world task, please let me know if there is anything to change in this task.

---
 testsuites/samples/hello/init.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c
index 34ded37c55..8336e2af71 100644
--- a/testsuites/samples/hello/init.c
+++ b/testsuites/samples/hello/init.c
@@ -22,7 +22,8 @@ static rtems_task Init(
 {
   rtems_print_printer_fprintf_putc(&rtems_test_printer);
   TEST_BEGIN();
-  printf( "Hello World\n" );
+  printf( "Modified Hello world from Sanskar Khandelwal.\n" );
+  printf( "I am looking very much forward to work on rtems.\n" );
   TEST_END();
   rtems_test_exit( 0 );
 }
-- 
2.25.1




More information about the devel mailing list