[PATCH 1/1] Modify Init task to print a different message!

David Gumberg davidzgumberg at gmail.com
Thu Mar 23 22:32:21 UTC 2023


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

diff --git a/hello.c b/hello.c
index db0a724..8a080f1 100644
--- a/hello.c
+++ b/hello.c
@@ -4,7 +4,7 @@
 
 rtems_task Init(rtems_task_argument ignored)
 {
-		printf("\nHello world\n");
+		printf("\nA very different hello world!\n");
 		exit(0);
 }
 
-- 
2.39.2



More information about the devel mailing list