GSoC Prerequisite Task
Ahamed Husni
ahamedhusni73 at gmail.com
Mon Mar 22 06:08:37 UTC 2021
Hi all,
This is the modified hello program. I'll attach the screenshots in
another email.
>From 794d291f61c70dfcefb6b566e2a6a4af0fb801a5 Mon Sep 17 00:00:00 2001
From: Husni Faiz <ahamedhusni73 at gmail.com>
Date: Mon, 22 Mar 2021 01:18:25 +0530
Subject: [PATCH] GSoC Task
Modified the hello program to meet the requirement.
---
testsuites/samples/hello/init.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/testsuites/samples/hello/init.c
b/testsuites/samples/hello/init.c
index 34ded37c55..b215b1fcf9 100644
--- a/testsuites/samples/hello/init.c
+++ b/testsuites/samples/hello/init.c
@@ -22,7 +22,9 @@ static rtems_task Init(
{
rtems_print_printer_fprintf_putc(&rtems_test_printer);
TEST_BEGIN();
- printf( "Hello World\n" );
+ printf( "Hello Embedded World\n" );
+ printf( "Welcome to GSoC 202!\n" );
+ printf( "I'm Husni\n" );
TEST_END();
rtems_test_exit( 0 );
}
--
2.17.1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20210322/bffae74c/attachment.html>
More information about the devel
mailing list