[PATCH 1] Changed Hello World

Prakhar Agrawal prakhar.agrawal001 at gmail.com
Tue Feb 7 08:17:41 UTC 2023


From: Prakhar <prakhar.agrawal001 at gmail.com>
Date: Tue, 7 Feb 2023 13:43:09 +0530
Subject: [PATCH 4/4] updated hello.c

---
 hello.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hello.c b/hello.c
index 72d1dd4..a3c40ae 100644
--- a/hello.c
+++ b/hello.c
@@ -9,6 +9,6 @@ rtems_task Init(
   rtems_task_argument ignored
 )
 {
-  printf( "\nHello World\n" );
+  printf( "\nHello RTEMS from Prakhar!\n" );
   exit( 0 );
 }
-- 
2.25.1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20230207/9ca54ad4/attachment.htm>


More information about the devel mailing list