From e3ccd8ba878a65b459d262d709ff38feb41ad329 Mon Sep 17 00:00:00 2001 From: Steven Date: Wed, 25 Mar 2026 19:55:37 -0600 Subject: [PATCH] initial setup and proof of work for GSoC --- 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 76b939818a..ece0eaa91d 100644 --- a/testsuites/samples/hello/init.c +++ b/testsuites/samples/hello/init.c @@ -42,6 +42,7 @@ static rtems_task Init( rtems_task_argument ignored ) rtems_print_printer_fprintf_putc( &rtems_test_printer ); TEST_BEGIN(); printf( "Hello World\n" ); + printf("Message from Steven Feng\n"); TEST_END(); rtems_test_exit( 0 ); } -- 2.47.3