[PATCH] added print statement to hello world example

Duc Doan dtbpkmte at gmail.com
Wed Apr 13 20:06:32 UTC 2022


---
 testsuites/samples/hello/init.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c
index 83f6342ab3..dde33285ab 100644
--- a/testsuites/samples/hello/init.c
+++ b/testsuites/samples/hello/init.c
@@ -42,6 +42,7 @@ static rtems_task Init(
   rtems_print_printer_fprintf_putc(&rtems_test_printer);
   TEST_BEGIN();
   printf( "Hello World\n" );
+  printf( "Hello from Duc\n" );
   TEST_END();
   rtems_test_exit( 0 );
 }
-- 
2.25.1



More information about the devel mailing list