[PATCH 1/1] Updated Hello World
prakhar
prakhar.agrawal001 at gmail.com
Thu Feb 9 07:41:42 UTC 2023
From: Prakhar <prakhar.agrawal001 at gmail.com>
---
hello.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hello.c b/hello.c
index f0b662c..72d1dd4 100644
--- a/hello.c
+++ b/hello.c
@@ -9,6 +9,6 @@ rtems_task Init(
rtems_task_argument ignored
)
{
- printf( "\nHello RTEMS from India!\n" );
+ printf( "\nHello World\n" );
exit( 0 );
}
--
2.25.1
More information about the devel
mailing list