[PATCH] Finishing the first task

Prit Kanadiya pritpjk at gmail.com
Sat Mar 25 13:39:12 UTC 2023


Modifying hello world example to include a new print statement.

Signed-off-by: Prit Kanadiya <pritpjk at gmail.com>
---
 hello.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hello.c b/hello.c
index 8789298..c561ce7 100644
--- a/hello.c
+++ b/hello.c
@@ -9,6 +9,6 @@ rtems_task Init(
   rtems_task_argument ignored
 )
 {
-  printf( "\nHello World\n" );
+  printf( "\nHello, this is Prit Kanadiya from dark side!\n" );
   exit( 0 );
 }
\ No newline at end of file
-- 
2.25.1



More information about the devel mailing list