Hi Matt,
On Mon, Mar 15, 2021 at 2:50 PM Matt Joyce <mfjoyce2...@gmail.com> wrote: > > --- > testsuites/samples/hello/init.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c > index 34ded37c55..48498fd52b 100644 > --- a/testsuites/samples/hello/init.c > +++ b/testsuites/samples/hello/init.c > @@ -22,7 +22,7 @@ static rtems_task Init( > { > rtems_print_printer_fprintf_putc(&rtems_test_printer); > TEST_BEGIN(); > - printf( "Hello World\n" ); > + printf("Hello RTEMS World! From Matt Joyce, GSOC 2021 Applicant.\n"); > TEST_END(); This is suitable for the submission. See https://devel.rtems.org/wiki/Developer/Git#GitCommits for more about preparing "real commits" in the future including the commit message formatting. (We need to merge that text from https://devel.rtems.org/wiki/Developer/Git#GitCommits into a suitable subsection in https://docs.rtems.org/branches/master/eng/vc-users.html#creating-a-patch someday.) I will send you separate instructions regarding your screenshot. Gedare > rtems_test_exit( 0 ); > } > -- > 2.30.2 > > _______________________________________________ > devel mailing list > devel@rtems.org > http://lists.rtems.org/mailman/listinfo/devel _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel