[PATCH] Finishing the first task

2023-03-25 Thread Prit Kanadiya
Modifying hello world example to include a new print statement. Signed-off-by: Prit Kanadiya --- hello.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.c b/hello.c index 8789298..c561ce7 100644 --- a/hello.c +++ b/hello.c @@ -9,6 +9,6 @@ rtems_task Init( rtems_task_

[PATCH] Completing the first task

2023-03-25 Thread Prit Kanadiya
Modifying the hello world example to print a different statement Signed-off-by: Prit Kanadiya --- 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 83f6342ab3..9e940ddde9 100