summaryrefslogtreecommitdiffstats
path: root/hello
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-03-03 18:00:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-03-03 18:00:33 +0000
commitc8820406208af7b1a5fff565a184d6f88a19198d (patch)
treebf281db849a6e6e2a6f3b3b1d69529e1272b59cd /hello
parent2011-03-03 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-examples-c8820406208af7b1a5fff565a184d6f88a19198d.tar.bz2
2011-03-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
* both_hello/test.c, hello_world_c/test.c, posix_hello_world/test.c: Example clean up.
Diffstat (limited to 'hello')
-rw-r--r--hello/ChangeLog5
-rw-r--r--hello/both_hello/test.c3
-rw-r--r--hello/hello_world_c/test.c3
-rw-r--r--hello/posix_hello_world/test.c4
4 files changed, 5 insertions, 10 deletions
diff --git a/hello/ChangeLog b/hello/ChangeLog
index 1cd4ce9..1492cc9 100644
--- a/hello/ChangeLog
+++ b/hello/ChangeLog
@@ -1,3 +1,8 @@
+2011-03-03 Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+ * both_hello/test.c, hello_world_c/test.c, posix_hello_world/test.c:
+ Example clean up.
+
2010-04-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* both_hello/test.c: Add unistd.h
diff --git a/hello/both_hello/test.c b/hello/both_hello/test.c
index 07837e8..0b6af11 100644
--- a/hello/both_hello/test.c
+++ b/hello/both_hello/test.c
@@ -3,7 +3,6 @@
*/
#include <bsp.h>
-
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
@@ -37,7 +36,5 @@ void *POSIX_Init(
#define CONFIGURE_MAXIMUM_POSIX_THREADS 1
#define CONFIGURE_INIT
-
#include <rtems/confdefs.h>
-
/* end of file */
diff --git a/hello/hello_world_c/test.c b/hello/hello_world_c/test.c
index d9354f7..3a18c18 100644
--- a/hello/hello_world_c/test.c
+++ b/hello/hello_world_c/test.c
@@ -5,7 +5,6 @@
*/
#include <bsp.h>
-
#include <stdlib.h>
#include <stdio.h>
@@ -29,7 +28,5 @@ rtems_task Init(
#define CONFIGURE_MAXIMUM_TASKS 1
#define CONFIGURE_INIT
-
#include <rtems/confdefs.h>
-
/* end of file */
diff --git a/hello/posix_hello_world/test.c b/hello/posix_hello_world/test.c
index 0386b5b..3c595dc 100644
--- a/hello/posix_hello_world/test.c
+++ b/hello/posix_hello_world/test.c
@@ -3,7 +3,6 @@
*/
#include <bsp.h>
-
#include <stdio.h>
#include <stdlib.h>
@@ -24,11 +23,8 @@ void *POSIX_Init(
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_POSIX_INIT_THREAD_TABLE
-
#define CONFIGURE_MAXIMUM_POSIX_THREADS 1
#define CONFIGURE_INIT
-
#include <rtems/confdefs.h>
-
/* end of file */