[PATCH] Changed 'hello world' as a proof of concept(GSoC 2020).

Gedare Bloom gedare at rtems.org
Mon Feb 17 19:46:27 UTC 2020


Thank you. Please set your git-config user.name to your full/legal name for
copyright purposes.

On Mon, Feb 17, 2020 at 9:07 AM Utkarsh <utkarsh.rai60 at gmail.com> wrote:

> From: ur10 <utkarsh.rai60 at gmail.com>
>
> ---
>  testsuites/samples/hello/init.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/testsuites/samples/hello/init.c
> b/testsuites/samples/hello/init.c
> index 34ded37c55..e2a4f30cd1 100644
> --- a/testsuites/samples/hello/init.c
> +++ b/testsuites/samples/hello/init.c
> @@ -14,7 +14,7 @@
>  #include <rtems.h>
>  #include <tmacros.h>
>
> -const char rtems_test_name[] = "HELLO WORLD";
> +const char rtems_test_name[] = "Proof of concept";
>
>  static rtems_task Init(
>    rtems_task_argument ignored
> @@ -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 Community
> *********************** \n" );
>    TEST_END();
>    rtems_test_exit( 0 );
>  }
> --
> 2.17.1
>
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20200217/193fe01c/attachment-0001.html>


More information about the devel mailing list